|
Syntax
- com::sun::star::awt::FontDescriptor getFontDescriptor
();
Returns
-
the description of the font.
The unit of measurement is pixels for the device.
Syntax
- com::sun::star::awt::SimpleFontMetric getFontMetric
();
Returns
-
additional information about the font.
Syntax
- short getCharWidth
(
- char c );
Returns
-
the width of the specified character
measured in pixels for the device.
Syntax
- sequence< short > getCharWidths
(
- char nFirst,
- char nLast );
Returns
-
a sequence of the widths of subsequent characters for this font.
Syntax
- long getStringWidth
(
- string str );
Returns
-
the width of the specified string of characters
measured in pixels for the device.
Syntax
- long getStringWidthArray
(
- string str,
- sequence< long > aDXArray );
Returns
-
the width of the specified string of characters
measured in pixels for the device.
Parameter aDXArray
-
receives the width of every single character
measured in pixels for the device.
Syntax
- void getKernPairs
(
- sequence< char > Chars1,
- sequence< char > Chars2,
- sequence< short > Kerns );
Description
queries the kerning pair table.
|