diff --git a/autotest/Qtf/Qtf.cpp b/autotest/Qtf/Qtf.cpp index d1b3eaee0..f92091f12 100644 --- a/autotest/Qtf/Qtf.cpp +++ b/autotest/Qtf/Qtf.cpp @@ -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 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()); diff --git a/autotest/Qtf/test.pdf b/autotest/Qtf/test.pdf index 40e9937e9..4ba300313 100644 Binary files a/autotest/Qtf/test.pdf and b/autotest/Qtf/test.pdf differ