com.sun.star.comp.jawt.vcl
Class TKTXFont
java.lang.Object
|
+--com.sun.star.comp.jawt.vcl.TKTXFont
- public synchronized class TKTXFont
- extends java.lang.Object
Constructor Summary |
TKTXFont()
|
Method Summary |
static short |
getCharWidth(int i,
char c)
|
static short[] |
getCharWidths(int i,
char c1,
char c2)
|
static com.sun.star.comp.jawt.vcl.TKTFontDescriptor |
getFontDescriptor(int i)
|
static com.sun.star.comp.jawt.vcl.TKTSimpleFontMetric |
getFontMetric(int i)
|
static void |
getKernPairs(int i,
char[] c1,
char[] c2,
short[] s)
|
static int |
getStringWidth(int i,
java.lang.String s)
|
static int |
getStringWidthArray(int i1,
java.lang.String s,
int[] i2)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TKTXFont
public TKTXFont()
getCharWidth
public static short getCharWidth(int i,
char c)
getCharWidths
public static short[] getCharWidths(int i,
char c1,
char c2)
getFontDescriptor
public static com.sun.star.comp.jawt.vcl.TKTFontDescriptor getFontDescriptor(int i)
getFontMetric
public static com.sun.star.comp.jawt.vcl.TKTSimpleFontMetric getFontMetric(int i)
getKernPairs
public static void getKernPairs(int i,
char[] c1,
char[] c2,
short[] s)
getStringWidth
public static int getStringWidth(int i,
java.lang.String s)
getStringWidthArray
public static int getStringWidthArray(int i1,
java.lang.String s,
int[] i2)