NamedInstance
type NamedInstance = {
subfamilyName: string | null;
postscriptName: string | null;
coords: Partial<Record<string, number>>;
}
Index
Properties
Properties
subfamilyName
subfamilyName: string | null
The instance's subfamily name (e.g. "Bold Condensed Display").
postscriptName
postscriptName: string | null
The instance's PostScript name. See Adobe Technical Note #5902 for more information.
coords
The OpenType variation axis coordinates that correspond to this named instance.
Information about a named/predefined instance in a variable font.