pangoFontsetGetFont {RGtk2}R Documentation

pangoFontsetGetFont

Description

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

Usage

pangoFontsetGetFont(object, wc)

Arguments

object [PangoFontset] a PangoFontset
wc [numeric] a Unicode character

Value

[PangoFont] a PangoFont. The caller must call g_object_unref when finished with the font.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]