pangoFontsetGetFont {RGtk2} | R Documentation |
Returns the font in the fontset that contains the best glyph for the
Unicode character wc
.
pangoFontsetGetFont(object, wc)
|
[PangoFontset ] a PangoFontset |
|
[numeric] a Unicode character |
[PangoFont
] a PangoFont
. The caller must call g_object_unref when finished
with the font.
Derived by RGtkGen from GTK+ documentation