Skip to content

vyaz-monorepo / core/src / ShapedRun

Interface: ShapedRun

Defined in: core/src/measure/FontEngine.ts:134

Result of shapeRun: total advance + per-glyph detail, in font units.

Properties

advanceWidth

advanceWidth: number

Defined in: core/src/measure/FontEngine.ts:136

Sum of every glyph's xAdvance after kerning / ligature substitution.


glyphs

glyphs: ShapedGlyph[]

Defined in: core/src/measure/FontEngine.ts:137

Released under the MIT License.