summaryrefslogtreecommitdiff
path: root/pdf/pdf_fmap.h
Commit message (Collapse)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
|
* Support user specified Fontmap files in pdfiChris Liddell2021-11-091-1/+1
| | | | | | | | | | Handle -sFONTMAP param in gpdl, and copy the relevant strings from the Postscript world when pdfi is called from Ghostscript. To make things a little simpler, there is also a tweak to the Postscript code, so the FONTMAP parameter gets split into an array of strings during initialisation, rather than at use time, which saves doing that process once for Postscript and once for pdfi.
* pdfi support for cidfmapChris Liddell2021-11-091-0/+6
| | | | | Slightly limited due to not supporting full Postscript (so no use of cvn, .getenv, concatstrings etc).
* Commit pdfi to master.Robin Watts2021-08-121-0/+20
This is a commit of the pdfi branch to master, eliminating the traditional merge step. The full history of the pdfi branch can be seen in the repo, and that branch is effectively frozen from this point onwards. This commit actually differs from pdfi in a small number of whitespace changes (trailing spaces etc).