@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 Parameter | Default type |
|---|---|
T | null |
Parameters ​
| Parameter | Type |
|---|---|
font | TrueTypeFont |
glyphs | GlyphInfo<T>[] |
plan | ShapingPlan<T> |
Returns ​
void