Glyph constructor
Glyph(glyph_index, advance, advance_offset, ascender_offset)
def __init__(self, glyph_index: int, advance: int, advance_offset: int, ascender_offset: int):
...
Parameter | Type | Description |
---|---|---|
glyph_index | int | |
advance | int | |
advance_offset | int | |
ascender_offset | int |
See Also
- module aspose.words.shaping
- class Glyph