mirror of
https://github.com/sigmasternchen/PHPTools
synced 2025-03-15 07:48:55 +00:00
new font locations
This commit is contained in:
parent
eda62a0f60
commit
8acaa3bf28
1 changed files with 6 additions and 7 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue