Description Usage Arguments Details Value Author(s)
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.
1 | pangoLayoutGetUnknownGlyphsCount(object)
|
|
[ |
This function can be used to determine if there are any fonts
available to render all characters in a certain string, or when
used in combination with PANGO_ATTR_FALLBACK, to check if a
certain font supports all the characters in the string.
Since 1.16
[integer] The number of unknown glyphs in layout.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.