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 );
90 long getStringWidthArray( [in]
string str,
91 [out] sequence<long> aDXArray );
96 void getKernPairs( [out] sequence<char> Chars1,
97 [out] sequence<char> Chars2,
98 [out] sequence<short> Kerns );
describes a font on a specific device.
Definition: XFont.idl:37
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