freetypy.Face.get_char_name¶
-
Face.get_char_name()¶ ⨎ Get 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 char code. Returns: glyph_name – The name of the associated glyph. Return type: unicode