You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
izumi.wang fc707e2513 first commit 2 years ago
..
enc first commit 2 years ago
src first commit 2 years ago
README.TXT first commit 2 years ago
freetype6.dll first commit 2 years ago
makeallttffonts.php first commit 2 years ago
makefont.php first commit 2 years ago
pfm2afm first commit 2 years ago
pfm2afm.exe first commit 2 years ago
ttf2ufm first commit 2 years ago
ttf2ufm.exe first commit 2 years ago
zlib1.dll first commit 2 years ago

README.TXT

TCPDF Fonts

TCPDF supports TrueTypeUnicode (UTF-8 Unicode), OpenTypeUnicode, TrueType, OpenType, Type1, CID-0 and Core (standard) fonts.

There are two ways to use a new font: embedding it in the PDF (with or without subsetting) or not. When a font is not embedded, it is searched in the system. The advantage is that the PDF file is lighter; on the other hand, if it is not available, a substitution font is used. So it is preferable to ensure that the needed font is installed on the client systems. If the file is to be viewed by a large audience, it is recommended to embed.

TCPDF support font subsetting to reduce the size of documents using large unicode font files.
If you embed the whole font in the PDF, the person on the other end can make changes to it even if he didn't have your font.
If you subset the font, file size of the PDF will be smaller but the person who receives your PDF would need to have your same font in order to make changes to your PDF.
The option for enabling/disabling the font subsetting