You can embed TTF, TTC, and Type 1 readfonts in PDF documents. Note that this is applicable only to the PDF driver, and not to the PDF (PCL convert) driver. To embed a font, you add the FontEmbed keyword to the entries for the fonts to embed.To completely embed a font file in the output, you can use the FontEmbedFull keyword instead of FontEmbed. The FontEmbedFull keyword is supported for TTF fonts that do not use glyph-based output (for example, it is not supported for Indic texts).
Note: The FontEmbedFull keyword results in large output PDF files.How to embed a font depends on whether the font is already referenced in the driver file. See Editing font entries.Font "Century" FontEmbedFont "Arial" ReadFont "ARIAL.TTF"
SelectPrefix "Arial" Codepage "Ansi"Font "Arial_Underline" ReadFont "ARIAL.TTF"
SelectPrefix "Arial" Codepage "Ansi"Font "Arial" ReadFont "ARIAL.TTF"
SelectPrefix "Arial" Codepage "Ansi" FontEmbedFont "Arial_Underline" ReadFont "ARIAL.TTF"
SelectPrefix "Arial" Codepage "Ansi" FontEmbed
| OpenText StreamServe 5.6.2 | Updated: 2018-01-26 |