Give wxMac its own set of face names
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
3764716de6
commit
71f1747cd5
@ -26,6 +26,14 @@ if wx.Platform == '__WXMSW__':
|
||||
'size' : 10,
|
||||
'size2': 8,
|
||||
}
|
||||
elif wx.Platform == '__WXMAC__':
|
||||
faces = { 'times': 'Times New Roman',
|
||||
'mono' : 'Courier New',
|
||||
'helv' : 'Arial',
|
||||
'other': 'Comic Sans MS',
|
||||
'size' : 12,
|
||||
'size2': 10,
|
||||
}
|
||||
else:
|
||||
faces = { 'times': 'Times',
|
||||
'mono' : 'Courier',
|
||||
|
Loading…
Reference in New Issue
Block a user