Added FontInfo::GetXftFont

git-svn-id: svn://ultimatepp.org/upp/trunk@720 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2008-12-26 19:32:33 +00:00
parent 9a43787e68
commit 80e0bbc780

View file

@ -330,6 +330,7 @@ public:
#ifdef PLATFORM_XFT
String GetFileName() const;
XftFont *GetXftFont() const { return ptr->xftfont0; }
#endif
#ifdef PLATFORM_WIN32
HFONT GetHFONT() const { return ptr->hfont; }