Appearance
zeropdf / ShapedGlyph
Interface: ShapedGlyph
Defined in: src/internal/text-shaper.ts:6
A single shaped glyph produced by a TextShaper.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
glyphId | number | The glyph ID in the font. | src/internal/text-shaper.ts:9 |
xAdvance | number | Horizontal advance width. | src/internal/text-shaper.ts:15 |
xOffset | number | Horizontal offset for mark positioning. | src/internal/text-shaper.ts:11 |
yAdvance | number | Vertical advance height. | src/internal/text-shaper.ts:17 |
yOffset | number | Vertical offset for mark positioning. | src/internal/text-shaper.ts:13 |