|
LibreOfficeDev
LibreOfficeDev 26.8 SDK API Reference
|
describes a single variation axis of a variable font. More...
import "FontVariationAxis.idl";
Public Attributes | |
| string | Tag |
| the four-character OpenType axis tag, e.g. | |
| string | Name |
| the human-readable axis name as defined by the font, in the UI language if available. | |
| double | MinValue |
| the smallest value the axis accepts. | |
| double | DefaultValue |
| the axis value used when no explicit setting is supplied. | |
| double | MaxValue |
| the largest value the axis accepts. | |
describes a single variation axis of a variable font.
| double DefaultValue |
the axis value used when no explicit setting is supplied.
| double MaxValue |
the largest value the axis accepts.
| double MinValue |
the smallest value the axis accepts.
| string Name |
the human-readable axis name as defined by the font, in the UI language if available.
| string Tag |
the four-character OpenType axis tag, e.g.
"wght" or "wdth".