DesignAxisRecord
type DesignAxisRecord = {
tag: string;
name: string | null;
ordering: number;
}
Properties
tag
tag: string
A tag designating the axis (e.g. "wght", "opsz").
name
name: string | null
The axis' name (e.g. "Weight", "Optical Size").
ordering
ordering: number
The order of this axis relative to others, e.g. in a face name (for example, if "opsz" is 0 and "wght" is 1, then a face's name might end in "Display Bold").
Design axis record from the STAT table.