OS/2 bug fixes and new mod file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13755 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -368,7 +368,7 @@ bool wxFontRefData::Alloc(
|
||||
{
|
||||
wxFillLogFont( &m_vNativeFontInfo.fa
|
||||
,&m_vNativeFontInfo.fn
|
||||
,m_hPS
|
||||
,&m_hPS
|
||||
,&flId
|
||||
,sFaceName
|
||||
,pFont
|
||||
@@ -425,6 +425,8 @@ bool wxFontRefData::Alloc(
|
||||
m_nFamily = wxSCRIPT;
|
||||
else if (strcmp(m_vNativeFontInfo.fa.szFacename, "Courier New") == 0)
|
||||
m_nFamily = wxMODERN;
|
||||
else if (strcmp(m_vNativeFontInfo.fa.szFacename, "Courier") == 0)
|
||||
m_nFamily = wxMODERN;
|
||||
else
|
||||
m_nFamily = wxSWISS;
|
||||
|
||||
|
Reference in New Issue
Block a user