summaryrefslogtreecommitdiff
path: root/psdata.c (unfollow)
Commit message (Expand)Author
2017-05-14Fill in the 'filetype' field for standard PS fonts.Simon Tatham
2007-02-04Tidy up the handling of non-standard glyphs by defining glyph_extern()Ben Harris
2007-02-03Add support for using TrueType fonts, including embedding in PostScript butBen Harris
2007-01-27Add support for PFB files. This seems to have caused me to completelyBen Harris
2007-01-06Make ps_glyph_to_unicode() take a glyph index instead of a glyph name.Ben Harris
2007-01-06Overhaul of glyph-name handling in the paper backends. Before, we hadBen Harris
2007-01-01Generate ligature information from the standard AFM files rather thanBen Harris
2006-12-31Initial ligature support. This adds support for emitting ligatures, and addsBen Harris
2006-05-14Fairly ropey font-embedding support. In particular, the PDF output isBen Harris
2006-05-13Initial support for adding fonts at run-time. Currently we only supportBen Harris
2006-05-08Now that I've found the core AFMs, I notice that they have a perfectlyBen Harris
2006-05-08Update URLs for PostScript data files.Ben Harris
2004-09-28Add kerning support to paper backends, embedding the kerning tables fromBen Harris
2004-09-24Replace the empirical GhostScript-derived font metrics with ones derivedBen Harris
2004-04-13Initial work on PS and PDF output. Because these two backends shareSimon Tatham