mirror of
https://github.com/sigmasternchen/PHPTools
synced 2025-03-14 23:38: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();
|
||||
// add your fonts here
|
||||
|
||||
//$fonts[] = "/data/fonts/averia.ttf";
|
||||
//$fonts[] = "/data/fonts/bbc.ttf";
|
||||
//$fonts[] = "/data/fonts/bybsy.ttf";
|
||||
//$fonts[] = "/data/fonts/gtw.ttf";
|
||||
//$fonts[] = "/data/fonts/newscycle.ttf";
|
||||
$fonts[] = "../../fonts/averia.ttf";
|
||||
$fonts[] = "../../fonts/bbc.ttf";
|
||||
$fonts[] = "../../fonts/bybsy.ttf";
|
||||
$fonts[] = "../../fonts/gtw.ttf";
|
||||
$fonts[] = "../../fonts/newscycle.ttf";
|
||||
|
||||
$numberOfBackgroundLines = 50;
|
||||
$thicknesOfBackgroundLines = 2;
|
||||
|
@ -101,4 +100,4 @@
|
|||
header( "Content-type: image/png" );
|
||||
imagepng($image);
|
||||
imagedestroy($image);
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue