php - FPDF MakeFont does not generate any file -
i add font local signs fpdf doesn't work. acording tutorial have written:
require('../makefont/makefont.php'); makefont('c:\\windows\\fonts\\verdana.ttf','cp1252', true);
it produces message: font file compressed: verdana.z font definition file generated: verdana.php
in fpdf tut read "then copy generated files font directory." have not files on disc. wrong it? they?
thanks help.
from memory, haven't used fpdf font generator long time, believe need copy ttf font file out of c:\windows\fonts.
i think has permissions on c:\windows\fonts, , generated fonts should on folder running php script, if running fontgenerator.php say: c:\www\font_generator.php, fonts definitions files should on c:\www\verdana.z
Comments
Post a Comment