pangoLayoutGetUnknownGlyphsCount {RGtk2} | R Documentation |
Counts the number unknown glyphs in layout
. That is, zero if
glyphs for all characters in the layout text were found, or more
than zero otherwise.
pangoLayoutGetUnknownGlyphsCount(object)
|
[PangoLayout ] a PangoLayout |
Since 1.16
[integer] The number of unknown glyphs in layout
.
Derived by RGtkGen from GTK+ documentation