FontDescription.toFilename

Creates a filename representation of a font description.

The filename is identical to the result from calling pango.font_description.FontDescription.toString_, but with underscores instead of characters that are untypical in filenames, and in lower case only.

class FontDescription
string
toFilename
()

Return Value

Type: string

a new string that must be freed with glib.global.gfree.