Fields Summary |
---|
int | PROPERTY_FONT_FAMILYControls the font's family |
int | PROPERTY_FONT_SIZEControls the font's height |
int | PROPERTY_FONT_STYLEControls the font's slant style, oblique or plain |
int | PROPERTY_FONT_WEIGHTControls the font's boldness |
int | PROPERTY_TEXT_ANCHORControls how text is laid out about the anchor point |
int | FONT_WEIGHT_BOLDERSee the CSS 2 specification of a definition of bolder |
int | FONT_WEIGHT_LIGHTERSee the CSS 2 specification for a definition of lighter |
int | DEFAULT_INHERITANCEDefault inheritance settings (from right to left) (Y=Yes, N=No):
- Y font-family
- Y font-size
- Y font-style
- Y font-weight
- Y text-anchor
The value is shifted by 2 bytes to the left so that it
can be combined with GraphicsNode.DEFAULT_INHERITANCE |
int | NUMBER_OF_PROPERTIESNumber of properties in a TextNode |