LibreOffice
LibreOffice 24.2 SDK API Reference
|
This interface extends the XToolkit interface with support for tracking how requested fonts are mapped to actual fonts when laying out text.
More...
import"XFontMappingUse.idl";
Public Member Functions | |
void | startTrackingFontMappingUse () |
Activate tracking of how requested fonts are mapped to available fonts. More... | |
sequence< XFontMappingUseItem > | finishTrackingFontMappingUse () |
Stop tracking of how requested fonts are mapped to available fonts and return the mappings that took place since the call to startTrackingFontMappingUse(). More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
This interface extends the XToolkit interface with support for tracking how requested fonts are mapped to actual fonts when laying out text.
sequence<XFontMappingUseItem> finishTrackingFontMappingUse | ( | ) |
Stop tracking of how requested fonts are mapped to available fonts and return the mappings that took place since the call to startTrackingFontMappingUse().
void startTrackingFontMappingUse | ( | ) |
Activate tracking of how requested fonts are mapped to available fonts.