ultimatepp/upptst/SetFace/main.cpp
cxl f99ef98295 .upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@6601 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-11-23 16:28:40 +00:00

12 lines
259 B
C++

#include <CtrlLib/CtrlLib.h>
using namespace Upp;
GUI_APP_MAIN
{
int ndx = Font::FindFaceNameIndex("Arial");
if(ndx >= 0) {
Font::SetFace(Font::SERIF, "Arial", Font::GetFaceInfo(ndx));
}
PromptOK("[A5 Is this Arial?&[R Is this Arial?");
}