moodle/lib/tcpdf/fonts
2006-09-04 08:11:37 +00:00
..
FreeMono.ctg.z TCPDF pdf library 2006-09-04 08:11:37 +00:00
freemono.php TCPDF pdf library 2006-09-04 08:11:37 +00:00
FreeMono.z TCPDF pdf library 2006-09-04 08:11:37 +00:00
freemonob.php TCPDF pdf library 2006-09-04 08:11:37 +00:00
freemonobi.php TCPDF pdf library 2006-09-04 08:11:37 +00:00
FreeMonoBold.ctg.z TCPDF pdf library 2006-09-04 08:11:37 +00:00
FreeMonoBold.z TCPDF pdf library 2006-09-04 08:11:37 +00:00
FreeMonoBoldOblique.ctg.z TCPDF pdf library 2006-09-04 08:11:37 +00:00
FreeMonoBoldOblique.z TCPDF pdf library 2006-09-04 08:11:37 +00:00
freemonoi.php TCPDF pdf library 2006-09-04 08:11:37 +00:00
FreeMonoOblique.ctg.z TCPDF pdf library 2006-09-04 08:11:37 +00:00
FreeMonoOblique.z TCPDF pdf library 2006-09-04 08:11:37 +00:00
FreeSans.ctg.z TCPDF pdf library 2006-09-04 08:11:37 +00:00
freesans.php TCPDF pdf library 2006-09-04 08:11:37 +00:00
FreeSans.z TCPDF pdf library 2006-09-04 08:11:37 +00:00
freesansb.php TCPDF pdf library 2006-09-04 08:11:37 +00:00
freesansbi.php TCPDF pdf library 2006-09-04 08:11:37 +00:00
FreeSansBold.ctg.z TCPDF pdf library 2006-09-04 08:11:37 +00:00
FreeSansBold.z TCPDF pdf library 2006-09-04 08:11:37 +00:00
FreeSansBoldOblique.ctg.z TCPDF pdf library 2006-09-04 08:11:37 +00:00
FreeSansBoldOblique.z TCPDF pdf library 2006-09-04 08:11:37 +00:00
freesansi.php TCPDF pdf library 2006-09-04 08:11:37 +00:00
FreeSansOblique.ctg.z TCPDF pdf library 2006-09-04 08:11:37 +00:00
FreeSansOblique.z TCPDF pdf library 2006-09-04 08:11:37 +00:00
FreeSerif.ctg.z TCPDF pdf library 2006-09-04 08:11:37 +00:00
freeserif.php TCPDF pdf library 2006-09-04 08:11:37 +00:00
FreeSerif.z TCPDF pdf library 2006-09-04 08:11:37 +00:00
freeserifb.php TCPDF pdf library 2006-09-04 08:11:37 +00:00
freeserifbi.php TCPDF pdf library 2006-09-04 08:11:37 +00:00
FreeSerifBold.ctg.z TCPDF pdf library 2006-09-04 08:11:37 +00:00
FreeSerifBold.z TCPDF pdf library 2006-09-04 08:11:37 +00:00
FreeSerifBoldItalic.ctg.z TCPDF pdf library 2006-09-04 08:11:37 +00:00
FreeSerifBoldItalic.z TCPDF pdf library 2006-09-04 08:11:37 +00:00
freeserifi.php TCPDF pdf library 2006-09-04 08:11:37 +00:00
FreeSerifItalic.ctg.z TCPDF pdf library 2006-09-04 08:11:37 +00:00
FreeSerifItalic.z TCPDF pdf library 2006-09-04 08:11:37 +00:00
README.TXT TCPDF pdf library 2006-09-04 08:11:37 +00:00

To embed TrueType fonts (.TTF) files, you need to extract the font metrics and 
build the required tables using the ttf2ufm utility. 

TTF2UFM is a modified version of Mark Heath's TTF 2 PT1 converter 
(http://ttf2pt1.sourceforge.net/) by Steven Wittens <steven@acko.net> 
(http://www.acko.net/blog/ufpdf).

ttf2ufm, is not bundled with the Moodle distribution, but it is available with
the standard TCPDF distribution (http://tcpdf.sourceforge.net/):

 - Source code is avaialable in in /ttf2ufm-src. 
 - The /fonts/ttf2ufm folder contains a compiled Windows binary. 

TTF 2 UFM is identical to TTF 2 PT1 except that it also generates a .ufm file 
for usage with makefontuni.php.


Setting up a Truetype font for usage with TCPDF:
  1) Generate the font's .ufm metrics file by processing it with the provided 
     ttf2ufm program (modified ttf2pt1). For example:
     $ ttf2ufm -a -F myfont.ttf
  2) Run makefontuni.php with the .ttf and .ufm filenames as argument:
     $ php -q makefontuni.php myfont.ttf myfont.ufm
  3) Copy the resulting .php, .z and .ctg.z file to the TCPDF font directory.