new font locations

This commit is contained in:
overflowerror 2014-02-26 19:04:56 +01:00
parent eda62a0f60
commit 8acaa3bf28

View file

@ -16,12 +16,11 @@
$fonts = array(); $fonts = array();
// add your fonts here // add your fonts here
$fonts[] = "../../fonts/averia.ttf";
//$fonts[] = "/data/fonts/averia.ttf"; $fonts[] = "../../fonts/bbc.ttf";
//$fonts[] = "/data/fonts/bbc.ttf"; $fonts[] = "../../fonts/bybsy.ttf";
//$fonts[] = "/data/fonts/bybsy.ttf"; $fonts[] = "../../fonts/gtw.ttf";
//$fonts[] = "/data/fonts/gtw.ttf"; $fonts[] = "../../fonts/newscycle.ttf";
//$fonts[] = "/data/fonts/newscycle.ttf";
$numberOfBackgroundLines = 50; $numberOfBackgroundLines = 50;
$thicknesOfBackgroundLines = 2; $thicknesOfBackgroundLines = 2;