Managing fonts > Adding font entries to driver files > Adding Type 1 font entries to driver files

Adding Type 1 font entries to driver files
You can add Type 1 font entries to the following drivers:
PDF (not PDF (PCL convert))
You cannot use Windows Driver Tool to create Type 1 font entries. This means you must add the entries manually to the driver file or to the font substitution table. Use the following syntax:
Font "STRS font name" ReadFont "fontfile.pfb"
SelectPrefix "Typeface name"
Where STRS font name is the font name in the exported *.dux, fontfile is the Type 1 font file, and Typeface name is the typeface name specified in the *.pfm font file.
Example 53
Font "Minion_Condensed" ReadFont "moc_____.pfb"
SelectPrefix "Minion Condensed"
 
To add font entries
1
2
To add mapfont entries
1
2
mapfont "Times_New_Roman_bold_underline" "Arial_bold"
OpenText StreamServe 5.6 Updated: 2013-03-01