PANGO_GLYPH_EMPTY

enum PangoGlyph PANGO_GLYPH_EMPTY;

Return Value

a #PangoGlyph value that means no glyph was found for @wc.

Detailed Description

PANGO GET UNKNOWN GLYPH

@wc: a Unicode character

The way this unknown glyphs are rendered is backend specific. For example, a box with the hexadecimal Unicode code-point of the character written in it is what is done in the most common backends.

Meta