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:
David Webster
2001-04-23 18:32:05 +00:00
parent cffbfebc68
commit 5fd2b2c6ae
5 changed files with 587 additions and 147 deletions

View File

@@ -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