ultimatepp/uppdev/Fonts/main.cpp
cxl 4bee3373e7 minor repository reorganization: obsolete directories moved to archive
git-svn-id: svn://ultimatepp.org/upp/trunk@1997 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-02-01 08:24:43 +00:00

10 lines
286 B
C++

#include <CtrlLib/CtrlLib.h>
using namespace Upp;
GUI_APP_MAIN
{
DDUMP(GetGlyphInfo(Font().FaceName("Courier New"), 35798).IsNormal());
DDUMP(GetGlyphInfo(Font().FaceName("Verdana"), 35798).IsNormal());
DDUMP(GetGlyphInfo(Font().FaceName("Symbol"), 35798).IsNormal());
}