Glyph constructor

Glyph(glyph_index, advance, advance_offset, ascender_offset)

def __init__(self, glyph_index: int, advance: int, advance_offset: int, ascender_offset: int):
    ...
ParameterTypeDescription
glyph_indexint
advanceint
advance_offsetint
ascender_offsetint

See Also