Re: Question about \pdfincludechars

Gregory Heytings <[email protected]>
Newsgroups gmane.comp.tex.pdftex
Message-ID <[email protected]>
For the record, I answer my own question.

To force inclusion of all characters of a font, one can use the following 
macro:

{\catcode`\^^@=11
\gdef\pdfincludefont#1{
   \begingroup
     \font\f=#1
     \pdfincludechars\f{^^@}
     \count10=1
     \loop
     \ifnum\count10<256
       \lccode`\!=\count10
       \lowercase{\pdfincludechars\f{!}}
       \advance\count10by1
     \repeat
   \endgroup
}}

Gregory
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.