Skip to content

@pdfa-lab/fontkit / ShapingFunction

Type Alias: ShapingFunction<T> ​

ShapingFunction<T> = (font, glyphs, plan) => void

Defined in: src/open-type/shaping-plan.ts:18

Type Parameters ​

Type ParameterDefault type
Tnull

Parameters ​

ParameterType
fontTrueTypeFont
glyphsGlyphInfo<T>[]
planShapingPlan<T>

Returns ​

void