document that under wxMSW slant == italic
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59841 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -31,9 +31,16 @@ enum wxFontFamily
|
|||||||
*/
|
*/
|
||||||
enum wxFontStyle
|
enum wxFontStyle
|
||||||
{
|
{
|
||||||
|
/// The font is drawn without slant.
|
||||||
wxFONTSTYLE_NORMAL = wxNORMAL,
|
wxFONTSTYLE_NORMAL = wxNORMAL,
|
||||||
|
|
||||||
|
/// The font is slanted in an italic style.
|
||||||
wxFONTSTYLE_ITALIC = wxITALIC,
|
wxFONTSTYLE_ITALIC = wxITALIC,
|
||||||
|
|
||||||
|
/// The font is slanted, but in a roman style.
|
||||||
|
/// Note that under wxMSW this style is the same as @c wxFONTSTYLE_ITALIC.
|
||||||
wxFONTSTYLE_SLANT = wxSLANT,
|
wxFONTSTYLE_SLANT = wxSLANT,
|
||||||
|
|
||||||
wxFONTSTYLE_MAX
|
wxFONTSTYLE_MAX
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user