]> git.sesse.net Git - ccbs/commitdiff
Switch to FreeSerif for the time being, since it has more glyphs.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 19 Feb 2005 12:10:28 +0000 (12:10 +0000)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 19 Feb 2005 12:10:28 +0000 (12:10 +0000)
bigscreen/ccbs_bigscreen.cpp

index 3e6323ed6e3e8349686cd9dfe0a4ffb2e182e8c1..b82ab35a1ffaf3947a4f057b33ad3b4e2b74bae8 100644 (file)
@@ -181,7 +181,7 @@ void init_freetype()
        FT_Library library;
        if (FT_Init_FreeType(&library))
                throw std::logic_error("FreeType init failed.");
-       if (FT_New_Face(library, "/usr/share/fonts/truetype/msttcorefonts/Georgia.ttf", 0, &font))
+       if (FT_New_Face(library, "/usr/share/fonts/truetype/freefont/FreeSerif.ttf", 0, &font))
                throw std::logic_error("Face opening failed.");
        if (FT_Set_Char_Size(font, 0, 12 * 64, 96, 96))
                throw std::logic_error("Size set failed.");