LibreOffice
LibreOffice 24.2 SDK API Reference
|
Information about a font mapping that took place.
More...
import"XFontMappingUseItem.idl";
Public Attributes | |
string | originalFont |
The family name or 'familyName/styleName' (if style name is not empty) of the requested font. More... | |
sequence< string > | usedFonts |
A list of fonts that were actually used, in their order. More... | |
long | count |
The number of times this mapping took place. More... | |
Information about a font mapping that took place.
long count |
The number of times this mapping took place.
string originalFont |
The family name or 'familyName/styleName' (if style name is not empty) of the requested font.
sequence<string> usedFonts |
A list of fonts that were actually used, in their order.
Each font is identified as family name or 'familyName/styleName' (if style name is not empty).