Renderable font. More...
Public Types | |
| enum | Styles { None = 0x0000, Bold = 0x0001, Italic = 0x0002 } |
Font styles. More... | |
Static Public Member Functions | |
| static Font | CreateFont (string family, int size, Styles styles) |
| Create a font. | |
Properties | |
| string | Family [get] |
| Font family. | |
| int | Size [get] |
| Font size. | |
| Styles | Style [get] |
| Font styles. | |
Renderable font.
This class encapsulate every information required for rendering propertly a font.
Font styles.
Create a font.
| family | ||
| size | ||
| styles |
string Derm.Render.Font.Family [get] |
Font family.
int Derm.Render.Font.Size [get] |
Font size.