Skip to content

zeropdf v1.3.0


zeropdf / ShapedGlyph

Interface: ShapedGlyph

Defined in: src/internal/text-shaper.ts:6

A single shaped glyph produced by a TextShaper.

Properties

PropertyTypeDescriptionDefined in
glyphIdnumberThe glyph ID in the font.src/internal/text-shaper.ts:9
xAdvancenumberHorizontal advance width.src/internal/text-shaper.ts:15
xOffsetnumberHorizontal offset for mark positioning.src/internal/text-shaper.ts:11
yAdvancenumberVertical advance height.src/internal/text-shaper.ts:17
yOffsetnumberVertical offset for mark positioning.src/internal/text-shaper.ts:13

Released under the ISC license.