PgFontset.getFont

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

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.