Lots of updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -701,7 +701,6 @@ void wxNativeFontInfo::SetEncoding(
|
||||
,&vInfo
|
||||
))
|
||||
{
|
||||
#if wxUSE_FONTMAP
|
||||
if (wxFontMapper::Get()->GetAltForEncoding( eEncoding
|
||||
,&vInfo
|
||||
))
|
||||
@@ -717,7 +716,6 @@ void wxNativeFontInfo::SetEncoding(
|
||||
}
|
||||
}
|
||||
else
|
||||
#endif // wxUSE_FONTMAP
|
||||
{
|
||||
// unsupported encoding, replace with the default
|
||||
vInfo.charset = 850;
|
||||
|
Reference in New Issue
Block a user