Config

Configuration of size format.

Members

Variables

prefixUse
PrefixUse prefixUse;

The type of prefix used along with the symbol.

spacing
Spacing spacing;

The spacing between the value and the unit.

symbol
string symbol;

The symbol of the size unit.

unitName
string unitName;

The name of the size unit (singular).

unitNamePlural
string unitNamePlural;

The name of the size unit (plural).

useNameIfNoPrefix
bool useNameIfNoPrefix;

Whether to use the name of the symbol if there is no prefix.

Meta