font.h
Enumerado wxFontStyle
enum wxFontStyle { wxFONTSTYLE_NORMAL = wxNORMAL , wxFONTSTYLE_ITALIC = wxITALIC , wxFONTSTYLE_SLANT = wxSLANT , wxFONTSTYLE_MAX }
Estilos de fuente.
Miembros/valores
- wxFONTSTYLE_NORMAL
- La fuente se dibuja sin inclinación.
- wxFONTSTYLE_ITALIC
- La fuente se dibuja en cursiva.
- wxFONTSTYLE_SLANT
La fuente está inclinada, pero en estilo romano.
Hay que tener en cuenta que bajo wxMSW este estilo es el mismo que wxFONTSTYLE_ITALIC.
- wxFONTSTYLE_MAX