19 #ifndef __com_sun_star_awt_XFont_idl__ 20 #define __com_sun_star_awt_XFont_idl__ 30 module
com { module sun { module star { module awt {
57 short getCharWidth( [in]
char c );
65 sequence<short> getCharWidths( [in]
char nFirst, [in]
char nLast );
74 long getStringWidth( [in]
string str );
87 long getStringWidthArray( [in]
string str,
88 [out] sequence<long> aDXArray );
93 void getKernPairs( [out] sequence<char> Chars1,
94 [out] sequence<char> Chars2,
95 [out] sequence<short> Kerns );
describes a font on a specific device.
Definition: XFont.idl:37
Definition: Ambiguous.idl:22
describes the general metrics of a certain font.
Definition: SimpleFontMetric.idl:29
describes the characteristics of a font.
Definition: FontDescriptor.idl:33
base interface of all UNO interfaces
Definition: XInterface.idl:47