new y position transforms in dc. Def updates and add imagexpm.cpp to make.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9860 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -399,12 +399,17 @@ bool wxFont::FreeResource(
|
||||
return FALSE;
|
||||
} // end of wxFont::FreeResource
|
||||
|
||||
WXHANDLE wxFont::GetResourceHandle()
|
||||
WXHANDLE wxFont::GetHFONT() const
|
||||
{
|
||||
if (!M_FONTDATA)
|
||||
return 0;
|
||||
else
|
||||
return (WXHANDLE)M_FONTDATA->m_hFont;
|
||||
} // end of wxFont::GetHFONT
|
||||
|
||||
WXHANDLE wxFont::GetResourceHandle()
|
||||
{
|
||||
return GetHFONT();
|
||||
} // end of wxFont::GetResourceHandle
|
||||
|
||||
bool wxFont::IsFree() const
|
||||
|
Reference in New Issue
Block a user