LibreOfficeDev
LibreOfficeDev 26.8 SDK API Reference
Loading...
Searching...
No Matches
FontVariationAxis Struct 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.

Detailed Description

describes a single variation axis of a variable font.

Since
LibreOffice 25.8

Member Data Documentation

◆ DefaultValue

double DefaultValue

the axis value used when no explicit setting is supplied.

◆ MaxValue

double MaxValue

the largest value the axis accepts.

◆ MinValue

double MinValue

the smallest value the axis accepts.

◆ Name

string Name

the human-readable axis name as defined by the font, in the UI language if available.

◆ Tag

string Tag

the four-character OpenType axis tag, e.g.

"wght" or "wdth".


The documentation for this struct was generated from the following file: