mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
.autotest
git-svn-id: svn://ultimatepp.org/upp/trunk@10326 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
7649ed6ea6
commit
c009ddd353
2 changed files with 0 additions and 13 deletions
|
|
@ -14,19 +14,6 @@ CONSOLE_APP_MAIN
|
|||
String outdir = GetHomeDirFile("autotest.qtf");
|
||||
DeleteFolderDeep(outdir);
|
||||
RealizeDirectory(outdir);
|
||||
|
||||
// to properly test PDF on various hosts, we need the same fonts to be installed/used
|
||||
Index<String> face;
|
||||
for(int i = 0; i < Font::GetFaceCount(); i++)
|
||||
face.Add(Font::GetFaceName(i));
|
||||
// DDUMPC(face);
|
||||
ASSERT(face.Find("Droid Sans") >= 0);
|
||||
ASSERT(face.Find("Droid Sans Mono") >= 0);
|
||||
ASSERT(face.Find("Droid Serif") >= 0);
|
||||
|
||||
Font::SetFace(Font::SERIF, "Droid Serif");
|
||||
Font::SetFace(Font::SANSSERIF, "Droid Sans");
|
||||
Font::SetFace(Font::MONOSPACE, "Droid Sans Mono");
|
||||
|
||||
for(FindFile ff(GetDataFile("*.qtf")); ff; ff.Next()) {
|
||||
String qtf = LoadFile(ff.GetPath());
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue