FeatureInfo
type FeatureInfo = {
tag: string;
label: string | null;
keepByDefault: boolean;
}
Index
Properties
Properties
tag
tag: string
The feature's tag name, a four-character string (e.g. "kern", "cv01").
label
label: string | null
The feature's human-readable name, if provided in the font file.
keepByDefault
keepByDefault: boolean
True if this feature should be kept by default when subsetting this font.
Information about an OpenType feature in a font.