public class OUTLINETEXTMETRIC
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
otmAscent |
int |
otmDescent |
int |
otmEMSquare |
byte |
otmFiller |
int |
otmfsSelection |
int |
otmfsType |
int |
otmItalicAngle |
int |
otmLineGap |
int |
otmMacAscent |
int |
otmMacDescent |
int |
otmMacLineGap |
byte |
otmPanoseNumber_bArmStyle |
byte |
otmPanoseNumber_bContrast |
byte |
otmPanoseNumber_bFamilyType |
byte |
otmPanoseNumber_bLetterform |
byte |
otmPanoseNumber_bMidline |
byte |
otmPanoseNumber_bProportion |
byte |
otmPanoseNumber_bSerifStyle |
byte |
otmPanoseNumber_bStrokeVariation |
byte |
otmPanoseNumber_bWeight |
byte |
otmPanoseNumber_bXHeight |
int |
otmpFaceName |
int |
otmpFamilyName |
int |
otmpFullName |
int |
otmpStyleName |
POINT |
otmptSubscriptOffset |
POINT |
otmptSubscriptSize |
POINT |
otmptSuperscriptOffset |
POINT |
otmptSuperscriptSize |
RECT |
otmrcFontBox |
int |
otmsCapEmHeight |
int |
otmsCharSlopeRise |
int |
otmsCharSlopeRun |
int |
otmSize |
int |
otmsStrikeoutPosition |
int |
otmsStrikeoutSize |
int |
otmsUnderscorePosition |
int |
otmsUnderscoreSize |
int |
otmsXHeight |
int |
otmusMinimumPPEM |
static int |
sizeof |
Constructor and Description |
---|
OUTLINETEXTMETRIC() |
public int otmSize
public byte otmFiller
public byte otmPanoseNumber_bFamilyType
public byte otmPanoseNumber_bSerifStyle
public byte otmPanoseNumber_bWeight
public byte otmPanoseNumber_bProportion
public byte otmPanoseNumber_bContrast
public byte otmPanoseNumber_bStrokeVariation
public byte otmPanoseNumber_bArmStyle
public byte otmPanoseNumber_bLetterform
public byte otmPanoseNumber_bMidline
public byte otmPanoseNumber_bXHeight
public int otmfsSelection
public int otmfsType
public int otmsCharSlopeRise
public int otmsCharSlopeRun
public int otmItalicAngle
public int otmEMSquare
public int otmAscent
public int otmDescent
public int otmLineGap
public int otmsCapEmHeight
public int otmsXHeight
public RECT otmrcFontBox
public int otmMacAscent
public int otmMacDescent
public int otmMacLineGap
public int otmusMinimumPPEM
public POINT otmptSubscriptSize
public POINT otmptSubscriptOffset
public POINT otmptSuperscriptSize
public POINT otmptSuperscriptOffset
public int otmsStrikeoutSize
public int otmsStrikeoutPosition
public int otmsUnderscoreSize
public int otmsUnderscorePosition
public int otmpFamilyName
public int otmpFaceName
public int otmpStyleName
public int otmpFullName
public static final int sizeof