LibreOffice
LibreOffice 24.2 SDK API Reference
Public Attributes | List of all members
XFontMappingUseItem Struct Referencepublished


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...
 

Detailed Description


Information about a font mapping that took place.

Since
LibreOffice 7.3

Member Data Documentation

◆ count

long count


The number of times this mapping took place.

◆ originalFont

string originalFont


The family name or 'familyName/styleName' (if style name is not empty) of the requested font.

◆ usedFonts

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).


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