22 module
com { module sun { module star { module awt {
83 [out] sequence<long> aDXArray );
89 [out] sequence<char> Chars2,
90 [out] sequence<short> Kerns );
describes a font on a specific device.
Definition XFont.idl:30
long getStringWidthArray([in] string str, [out] sequence< long > aDXArray)
returns the string and the character widths.
com::sun::star::awt::SimpleFontMetric getFontMetric()
returns additional information about the font.
long getStringWidth([in] string str)
returns the string width.
sequence< short > getCharWidths([in] char nFirst, [in] char nLast)
returns the widths of the specified characters.
short getCharWidth([in] char c)
returns the width of the specified character.
void getKernPairs([out] sequence< char > Chars1, [out] sequence< char > Chars2, [out] sequence< short > Kerns)
queries the kerning pair table.
com::sun::star::awt::FontDescriptor getFontDescriptor()
returns the description of the font.
base interface of all UNO interfaces
Definition generated_idl_chapter_refs.idl:452
Definition Ambiguous.idl:20
describes the characteristics of a font.
Definition FontDescriptor.idl:30
describes the general metrics of a certain font.
Definition SimpleFontMetric.idl:28