Fields Summary |
---|
int | FONT_STYLE_NORMALRefer to the CSS 2 specification for a definition of the
various font-styles |
int | FONT_STYLE_OBLIQUERefer to the CSS 2 specification for a definition of the
various font-styles |
int | FONT_STYLE_ITALICRefer to the CSS 2 specification for a definition of the
various font-styles |
int | FONT_WEIGHT_100Refer to the CSS 2 specification for a definition of the
font-weights |
int | FONT_WEIGHT_200Refer to the CSS 2 specification for a definition of the
font-weights |
int | FONT_WEIGHT_300Refer to the CSS 2 specification for a definition of the
font-weights |
int | FONT_WEIGHT_400Refer to the CSS 2 specification for a definition of the
font-weights |
int | FONT_WEIGHT_NORMALRefer to the CSS 2 specification for a definition of the
font-weights |
int | FONT_WEIGHT_500Refer to the CSS 2 specification for a definition of the
font-weights |
int | FONT_WEIGHT_600Refer to the CSS 2 specification for a definition of the
font-weights |
int | FONT_WEIGHT_700Refer to the CSS 2 specification for a definition of the
font-weights |
int | FONT_WEIGHT_BOLDRefer to the CSS 2 specification for a definition of the
font-weights |
int | FONT_WEIGHT_800Refer to the CSS 2 specification for a definition of the
font-weights |
int | FONT_WEIGHT_900Refer to the CSS 2 specification for a definition of the
font-weights |
int | FONT_STRETCH_NORMALRefer to the CSS 2 specification for a definition of the
font-strech values |
int | FONT_STRETCH_ULTRA_CONDENSEDRefer to the CSS 2 specification for a definition of the
font-strech values |
int | FONT_STRETCH_EXTRA_CONDENSEDRefer to the CSS 2 specification for a definition of the
font-strech values |
int | FONT_STRETCH_CONDENSEDRefer to the CSS 2 specification for a definition of the
font-strech values |
int | FONT_STRETCH_SEMI_CONDENSEDRefer to the CSS 2 specification for a definition of the
font-strech values |
int | FONT_STRETCH_SEMI_EXPANDEDRefer to the CSS 2 specification for a definition of the
font-strech values |
int | FONT_STRETCH_EXPANDEDRefer to the CSS 2 specification for a definition of the
font-strech values |
int | FONT_STRETCH_EXTRA_EXPANDEDRefer to the CSS 2 specification for a definition of the
font-strech values |
int | FONT_STRETCH_ULTRA_EXPANDEDRefer to the CSS 2 specification for a definition of the
font-strech values |
int | TEXT_ANCHOR_STARTText is anchored about its starting point |
int | TEXT_ANCHOR_MIDDLEText is anchored about its mid point |
int | TEXT_ANCHOR_ENDText is anchored about its end point |
String[] | INITIAL_FONT_FAMILYDefault font family array |
int | INITIAL_FONT_SIZEDefault font size value |
int | INITIAL_FONT_STYLEBy default, the font style is normal |
int | INITIAL_FONT_WEIGHTBy default, the font weight is normal |
int | INITIAL_TEXT_ANCHORBy default, text starts on the anchor point |
Methods Summary |
---|
public java.lang.String[] | getFontFamily()
|
public float | getFontSize()
|
public int | getFontStyle()
|
public int | getFontWeight()
|
public int | getTextAnchor()
|
public void | setFontFamily(java.lang.String[] fontFamily)
|
public void | setFontSize(float fontSize)
|
public void | setFontStyle(int fontStyle)
|
public void | setFontWeight(int fontWeight)
|
public void | setTextAnchor(int textAnchor)
|