LibreOffice
LibreOffice 24.8 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. | |
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(). | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. | |
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.