PgFontset.getFont

Returns the font in the fontset that contains the best glyph for a Unicode character.

class PgFontset
getFont
(
uint wc
)

Parameters

wc uint

a Unicode character

Return Value

Type: PgFont

a PangoFont. The caller must call g_object_unref() when finished with the font.

Meta