summaryrefslogtreecommitdiff
path: root/bk_ps.c (unfollow)
Commit message (Expand)Author
2012-08-29Revamp of the Halibut error handling mechanism.Simon Tatham
2009-10-24Allow a hastily selected subset of the output formats to also acceptSimon Tatham
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-06Overhaul of glyph-name handling in the paper backends. Before, we hadBen Harris
2006-12-12Tweak /OUT pdfmark generation -- PLRM suggests that constructing a largeBen Harris
2006-12-12Rough-and-ready line wrapping for PostScript, to keep us below the DSC-mandatedBen Harris
2006-12-10Explicitly set the title via pdfmark, since that allows us to putBen Harris
2006-12-07Specify the /Border of /ANN pdfmarks correctly.Ben Harris
2006-12-03Tweak prologue so that it works correctly on interpreters that don't supportBen Harris
2006-12-02Support for emitting outlines using pdfmark.Ben Harris
2006-12-02Adjust ps_string so that it escapes characters above 126. This makesBen Harris
2006-12-02Rough pdfmark support. Links are implemented, but not outlines.Ben Harris
2006-12-01Add a procedure to our prologue to draw filled rectangles, and use it.Ben Harris
2006-05-16On Level 2 implementations, use setpagedevice to select the correct page size.Ben Harris
2006-05-14There's no need to reset the font every line if it hasn't changed. This savesBen 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
2004-09-25Don't bother overriding the metrics of PostScript fonts. If the metricsBen Harris
2004-09-24If you're going to change the metrics of a font, it's necessary to leave spaceBen Harris
2004-09-21Stupid bug: "t" was leaving the y-coordinate on the stack, which confusedBen Harris
2004-09-21Replace the hardcoded instances of "4096" and "4096.0" in the paper backendsBen Harris
2004-09-21Bracket each page in a save/restore pair. This is suggested by the Red Book,Ben Harris
2004-09-20Make the PostScript prologue look less like it was written by a C programmer.Ben Harris
2004-09-20Two small tweaks to the prologue:Ben Harris
2004-09-20Add lots of DSC comments, and change the DSC version to 3.0, which has beenBen Harris
2004-07-17Cut-and-paste error was preventing PS and PDF filename configSimon Tatham
2004-04-20Infrastructure changes for character set support. ustrtoa,Simon Tatham
2004-04-16Compacted PS and PDF output files by removing redundant reiterationsSimon Tatham
2004-04-15Put the document's version IDs into comments in the PS and PDFSimon Tatham
2004-04-14Implemented PDF outlines.Simon Tatham
2004-04-13Implemented lines under chapter titles.Simon Tatham
2004-04-13Implement PDF link annotations: both internal hyperlinks within theSimon Tatham
2004-04-13Initial work on PS and PDF output. Because these two backends shareSimon Tatham