font size issues wxMSW to wxMAC

BlitzMax Forums/Brucey's Modules/font size issues wxMSW to wxMAC

Nigel Brown(Posted 2008) [#1]
All layout looks good when building on MSW but when the same is compiled for MAC font size is not comparable.

I checked this issue out on wxforum and the answer seems to be :
		wxSystemOptions.SetOption(wxWINDOW_DEFAULT_VARIANT, wxWINDOW_VARIANT_SMALL)


This does not compile under WXMAX "Identifier 'wxSystemOptions' not found! I am importing wxSystemSettings.


Brucey(Posted 2008) [#2]
Right, I've implemented wxSystemOptions.

And that option actually works :-)