some of the fonts like ArialMT, Arial-boldMT, PTSans-bold..
when i am using this font like
$pdf->SetFont("ArialMT", "", 22);
then i got error like..
TCPDF ERROR: Could not include font definition file
when i saw the font folder of TCPDF library then i could not see this type of font..
how to install this font in TCPDF to solve the error and get effect of this font??
please help it is urgent..
thank you in advance..
i found one solution that in
"fonts/utils/ttf2ufm.exe"then run following to command
1)$ ttf2ufm -a -F myfont.ttfand
2)$ php -q makefont.php myfont.ttf myfont.ufmfirst command is successfully executed but 2nd is not executing in windows command promt so tell me what i have to do for php file as you specify in "comici.php"..