TBLGlyphPlacementType
Placement of glyphs stored in a TBLGlyphRun
.
Definition
Unit: Blend2D
See Also
Enumeration Values
None (0)
No placement (custom handling by TBLPathSinkFunc
).
AdvanceOffset (1)
Each glyph has a TBLGlyphPlacement (advance + offset).
DesignUnits (2)
Each glyph has a TBLPoint offset in design-space units.
UserUnits (3)
Each glyph has a TBLPoint offset in user-space units.
AbsoluteUnits (4)
Each glyph has a TBLPoint offset in absolute units.