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

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

Public Attributes

string originalFont
 The family name or 'familyName/styleName' (if style name is not empty) of the requested font. 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 Typedef Documentation

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

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.


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