summaryrefslogtreecommitdiff
path: root/paper.h (unfollow)
Commit message (Expand)Author
2013-03-10Add \s for 'strong' text, i.e. bold rather than italics. I've missedSimon Tatham
2007-02-10Now that glyph indices are exposed to bk_pdf.c, move CMap generation there,Ben Harris
2007-02-10Generate a "W" array for CIDFonts, since acroread seems to do very sillyBen Harris
2007-02-08Support for embedding TrueType fonts in PDF output. The code isn't the mostBen Harris
2007-02-06Make ps_token() more generally available and use it to improve the formattingBen 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-07Add a mechanism for disabling ligature substitution for an entire paragraphBen 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
2006-12-31Initial ligature support. This adds support for emitting ligatures, and addsBen Harris
2006-12-09Correct embedding of Type 1 fonts in PDF. Error cases (e.g. invalid Type 1Ben Harris
2006-12-02Support for emitting outlines using pdfmark.Ben Harris
2006-05-14Fairly ropey font-embedding support. In particular, the PDF output isBen Harris
2006-05-13Generate a more-or-less valid /FontDescriptor dictionary for non-standardBen Harris
2006-05-13Initial support for adding fonts at run-time. Currently we only supportBen 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-09-21Replace the hardcoded instances of "4096" and "4096.0" in the paper backendsBen Harris
2004-04-16Compacted PS and PDF output files by removing redundant reiterationsSimon Tatham
2004-04-14Implemented an index. Good _grief_, that was hard work to get allSimon Tatham
2004-04-14Support for a contents section.Simon Tatham
2004-04-14Restructuring to remove the requirement for a printed paragraph toSimon Tatham
2004-04-14Implemented PDF outlines.Simon Tatham
2004-04-13Implemented lines under chapter titles.Simon Tatham
2004-04-13Fine-tuned the page breaking algorithm by adding penalties andSimon Tatham
2004-04-13Implemented all the missing rendering features (such as differentSimon Tatham
2004-04-13Implement PDF link annotations: both internal hyperlinks within theSimon Tatham
2004-04-13Aha, _that's_ why paragraphs weren't properly justified. ConfusionSimon Tatham
2004-04-13Initial work on PS and PDF output. Because these two backends shareSimon Tatham