HarfBuzz.glyph_info_t¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
cluster |
r/w |
the index of the character in the original text that corresponds to this |
|
codepoint |
r/w |
either a Unicode code point (before shaping) or a glyph index (after shaping). |
|
mask |
r |
||
var1 |
r |
||
var2 |
r |
Methods¶
None
Details¶
- class HarfBuzz.glyph_info_t¶
The
HarfBuzz.glyph_info_t
is the structure that holds information about the glyphs and their relation to input text.