Method

PangoFc.Font.has_char

Declaration [src]

gboolean
pango_fc_font_has_char (
  PangoFcFont* font,
  gunichar wc
)

Description [src]

Determines whether font has a glyph for the codepoint wc.

Available since:1.4
Deprecated since:1.44

Use pango_font_has_char()

Parameters

wc gunichar
 

Unicode codepoint to look up

Return value

Returns: gboolean

TRUE if font has the requested codepoint.