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