Overview
The FontStyle class represents the style (plain, bold or italic) of a Font object.
Profile: common
This comment needs review.
Attribute Summary
| name | type | description |
|---|---|---|
| Public | ||
| BOLD | FontStyle |
The bold style constant. More: [+]The bold style constant. Profile: common |
| BOLD_ITALIC | FontStyle |
The bold italicized style constant. More: [+]The bold italicized style constant. Profile: common |
| ITALIC | FontStyle |
The italicized style constant. More: [+]The italicized style constant. Profile: common |
| PLAIN | FontStyle |
The plain style constant. More: [+]The plain style constant. Profile: common |
| Protected | ||
Inherited Attributes
Function Summary
- public toString() : java.lang.String
-
Converts this
More: [+]FontStyleobject to aStringrepresentation.Converts this
FontStyleobject to aStringrepresentation.-
Returns
- String
Profile: common