22 module
com { module sun { module star { module awt {
49 short getCharWidth( [in]
char c );
57 sequence<short> getCharWidths( [in]
char nFirst, [in]
char nLast );
66 long getStringWidth( [in]
string str );
82 long getStringWidthArray( [in]
string str,
83 [out] sequence<long> aDXArray );
88 void getKernPairs( [out] sequence<char> Chars1,
89 [out] sequence<char> Chars2,
90 [out] sequence<short> Kerns );
describes a font on a specific device.
Definition: XFont.idl:29
Definition: Ambiguous.idl:20
describes the general metrics of a certain font.
Definition: SimpleFontMetric.idl:27
describes the characteristics of a font.
Definition: FontDescriptor.idl:29
base interface of all UNO interfaces
Definition: XInterface.idl:45