Font
Superclasses: Font
, Font
, Object
- Constructors:
Font(**properties)
Methods
- class Font
- get_glyph(wc: str) int
Gets the glyph index for a given Unicode character for
font
.If you only want to determine whether the font has the glyph, use
has_char()
.Use
get_glyph()
instead.Added in version 1.2.
- Parameters:
wc – Unicode codepoint to look up