Methods' Details
|
- getFontDescriptor
-  
com::sun::star::awt::FontDescriptor
getFontDescriptor();
- Returns
-
the description of the font.
The unit of measurement is pixels for the device.
|
- getFontMetric
-  
com::sun::star::awt::SimpleFontMetric
getFontMetric();
- Returns
-
additional information about the font.
|
- getCharWidth
-  
- short
getCharWidth(
-
- Returns
-
the width of the specified character
measured in pixels for the device.
|
- getCharWidths
-  
- sequence< short >
getCharWidths(
[ in ] char |
nFirst, |
[ in ] char |
nLast ); |
- Returns
-
a sequence of the widths of subsequent characters for this font.
|
- getStringWidth
-  
- long
getStringWidth(
-
- Returns
-
the width of the specified string of characters
measured in pixels for the device.
|
- getStringWidthArray
-  
- long
getStringWidthArray(
[ in ] string |
str, |
[ out ] 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.
|
- getKernPairs
-  
- void
getKernPairs(
[ out ] sequence< char > |
Chars1, |
[ out ] sequence< char > |
Chars2, |
[ out ] sequence< short > |
Kerns ); |
- Description
- queries the kerning pair table.
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.