freetypy.Face.get_char_name¶
-
Face.
get_char_name
()¶ ⨎ Returns the glyph name of the given unicode code point. Unlike
get_glyph_name
, this function will always return something, even if the font contains no glyph names.Parameters: charcode : int
The character code.
Returns: glyph_name : unicode
The name of the associated glyph.