More bug fix updates.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -262,6 +262,7 @@ void wxFillLogFont(
|
||||
LOGFONT* pFattrs // OS2 GPI FATTRS
|
||||
, PFACENAMEDESC pFaceName
|
||||
, HPS* phPS
|
||||
, bool* pbInternalPS
|
||||
, long* pflId
|
||||
, wxString& sFaceName
|
||||
, wxFont* pFont
|
||||
@@ -419,6 +420,7 @@ void wxFillLogFont(
|
||||
vError = ::WinGetLastError(vHabmain);
|
||||
}
|
||||
sFaceName = zFacename;
|
||||
*pbInternalPS = bInternalPS;
|
||||
|
||||
//
|
||||
// That's it, we now have everything we need to actually create the font
|
||||
|
||||
Reference in New Issue
Block a user