com.sun.star.comp.jawt.vcl
Class TKTFontDescriptor
java.lang.Object
|
+--com.sun.star.comp.jawt.vcl.TKTFontDescriptor
- public synchronized class TKTFontDescriptor
- extends java.lang.Object
Field Summary |
static float |
BLACK
|
static float |
BOLD
|
short |
CharSet
|
float |
CharacterWidth
|
static float |
DONTKNOW
|
short |
Family
|
short |
Height
|
boolean |
Kerning
|
static float |
LIGHT
|
static float |
NORMAL
|
java.lang.String |
Name
|
float |
Orientation
|
short |
Pitch
|
static float |
SEMIBOLD
|
static float |
SEMILIGHT
|
int |
Slant
|
static int |
Slant_DONTKNOW
|
static int |
Slant_ITALIC
|
static int |
Slant_NONE
|
static int |
Slant_OBLIQUE
|
static int |
Slant_REVERSE_ITALIC
|
static int |
Slant_REVERSE_OBLIQUE
|
short |
Strikeout
|
java.lang.String |
StyleName
|
static float |
THIN
|
short |
Type
|
static float |
ULTRABOLD
|
static float |
ULTRALIGHT
|
short |
Underline
|
float |
Weight
|
short |
Width
|
boolean |
WordLineMode
|
Constructor Summary |
TKTFontDescriptor()
|
TKTFontDescriptor(java.awt.Font f)
|
TKTFontDescriptor(java.lang.String s1,
short s2,
short s3,
java.lang.String s4,
short s5,
short s6,
short s7,
float f1,
float f2,
int i,
short s8,
short s9,
float f3,
boolean b1,
boolean b2,
short s10)
|
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BLACK
public static final float BLACK
BOLD
public static final float BOLD
CharSet
public short CharSet
CharacterWidth
public float CharacterWidth
DONTKNOW
public static final float DONTKNOW
Family
public short Family
Height
public short Height
Kerning
public boolean Kerning
LIGHT
public static final float LIGHT
NORMAL
public static final float NORMAL
Name
public java.lang.String Name
Orientation
public float Orientation
Pitch
public short Pitch
SEMIBOLD
public static final float SEMIBOLD
SEMILIGHT
public static final float SEMILIGHT
Slant
public int Slant
Slant_DONTKNOW
public static final int Slant_DONTKNOW
Slant_ITALIC
public static final int Slant_ITALIC
Slant_NONE
public static final int Slant_NONE
Slant_OBLIQUE
public static final int Slant_OBLIQUE
Slant_REVERSE_ITALIC
public static final int Slant_REVERSE_ITALIC
Slant_REVERSE_OBLIQUE
public static final int Slant_REVERSE_OBLIQUE
Strikeout
public short Strikeout
StyleName
public java.lang.String StyleName
THIN
public static final float THIN
Type
public short Type
ULTRABOLD
public static final float ULTRABOLD
ULTRALIGHT
public static final float ULTRALIGHT
Underline
public short Underline
Weight
public float Weight
Width
public short Width
WordLineMode
public boolean WordLineMode
TKTFontDescriptor
public TKTFontDescriptor()
TKTFontDescriptor
public TKTFontDescriptor(java.awt.Font f)
TKTFontDescriptor
public TKTFontDescriptor(java.lang.String s1,
short s2,
short s3,
java.lang.String s4,
short s5,
short s6,
short s7,
float f1,
float f2,
int i,
short s8,
short s9,
float f3,
boolean b1,
boolean b2,
short s10)
toString
public java.lang.String toString()
- Overrides:
toString
in class ProgramElementDocImpl