public abstract class TEXTMETRIC
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
sizeof |
int |
tmAscent |
int |
tmAveCharWidth |
byte |
tmCharSet |
int |
tmDescent |
int |
tmDigitizedAspectX |
int |
tmDigitizedAspectY |
int |
tmExternalLeading |
int |
tmHeight |
int |
tmInternalLeading |
byte |
tmItalic |
int |
tmMaxCharWidth |
int |
tmOverhang |
byte |
tmPitchAndFamily |
byte |
tmStruckOut |
byte |
tmUnderlined |
int |
tmWeight |
Constructor and Description |
---|
TEXTMETRIC() |
public int tmHeight
public int tmAscent
public int tmDescent
public int tmInternalLeading
public int tmExternalLeading
public int tmAveCharWidth
public int tmMaxCharWidth
public int tmWeight
public int tmOverhang
public int tmDigitizedAspectX
public int tmDigitizedAspectY
public byte tmItalic
public byte tmUnderlined
public byte tmStruckOut
public byte tmPitchAndFamily
public byte tmCharSet
public static final int sizeof