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