LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
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.

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.

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: