[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: lazharfbuzz0.pas line 629
type Thb_glyph_flags_t = set of ( |
||
Thb_glyph_flags_tIdxMinValue = 0, |
|
|
HB_GLYPH_FLAG_UNSAFE_TO_BREAK = 0, |
|
|
HB_GLYPH_FLAG_UNSAFE_TO_CONCAT = 1, |
|
|
HB_GLYPH_FLAG_SAFE_TO_INSERT_TATWEEL = 2, |
|
|
Thb_glyph_flags_tIdxMaxValue = 31 |
|
|
); |