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