LibreOffice
LibreOffice 7.6 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
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

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


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