20#ifndef __com_sun_star_awt_XFontMappingUseItem_idl__
21#define __com_sun_star_awt_XFontMappingUseItem_idl__
23module
com { module sun { module star { module awt {
Definition: Accessible.idl:22
Information about a font mapping that took place.
Definition: XFontMappingUseItem.idl:30
sequence< string > usedFonts
A list of fonts that were actually used, in their order.
Definition: XFontMappingUseItem.idl:42
string originalFont
The family name or 'familyName/styleName' (if style name is not empty) of the requested font.
Definition: XFontMappingUseItem.idl:35
long count
The number of times this mapping took place.
Definition: XFontMappingUseItem.idl:47