Changeset 187 for test/buttons/generate_images.php
- Timestamp:
- Jan 1, 2008, 2:56:42 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/buttons/generate_images.php
r123 r187 1 <? 1 <?php 2 3 include('../global.php'); 2 4 3 5 function GenerateButton($Text = '', $Highlighted = 0) … … 21 23 ImageDestroy($Image3); 22 24 23 $FontFile = 'FRIZQT__. TTF';25 $FontFile = 'FRIZQT__.ttf'; 24 26 //$FontFile = 'c:\WINDOWS\fonts\arial.ttf'; 25 27 $FontSize = 20;
Note:
See TracChangeset
for help on using the changeset viewer.