pangoLayoutGetUnknownGlyphsCount {RGtk2}R Documentation

pangoLayoutGetUnknownGlyphsCount

Description

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.

Usage

pangoLayoutGetUnknownGlyphsCount(object)

Arguments

object [PangoLayout] a PangoLayout

Details

Since 1.16

Value

[integer] The number of unknown glyphs in layout.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]