[wxPython] wxFontDialog Style and Effects

All the wxControl derived classes has a SetFont method that need a wxFont as
a parammeter.

font1 = wxFont(8,wxROMAN,wxNORMAL,wxNORMAL,0,"Tahoma")
control.SetFont(font1)

···

-----Original Message-----
From: Lorne White [SMTP:Lorne.White@telus.com]
Sent: Thursday, July 19, 2001 10:54 AM
To: 'wxpython-users@lists.wxwindows.org'
Subject: [wxPython] wxFontDialog Style and Effects

On the Windows platform, is there any way of getting and setting the Font
Style attribute ?

I was also wondering how the GetEnableEffects() is managed. Is it only to
indicate that the effects are enabled?
If so, can the StrikeOut and Underline effects set and read from the
dialog.

I checked out the wxFontEnumeratorPtr class and didn't find anything that
looked appropriate.

Is it there or yet to be developed?

Thanks,
Lorne White

_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwindows.org
http://lists.wxwindows.org/mailman/listinfo/wxpython-users