| Commit message (Collapse) | Author | Age |
| ... | |
| |
|
|
| |
[originally from svn r7453]
|
| |
|
|
|
|
|
| |
in the Info backend, with the defaults chosen to match what Emacs
recognises and renders prettily.
[originally from svn r7452]
|
| |
|
|
| |
[originally from svn r7451]
|
| |
|
|
|
|
| |
in a Roman font. Follow suit.
[originally from svn r7450]
|
| |
|
|
| |
[originally from svn r7449]
|
| |
|
|
| |
[originally from svn r7284]
|
| |
|
|
|
|
| |
nicer output.
[originally from svn r7282]
|
| |
|
|
|
|
| |
fonts is difficult.
[originally from svn r7281]
|
| |
|
|
|
|
|
|
|
|
| |
two unused entries at the end of the lit/len table (286 and 287),
because without them all the 9-bit codes are off by four. I can only
assume I hadn't noticed this before because no test file I've
compressed had both (a) contained byte values >= 0x90 and (b)
required a static block.
[originally from svn r7279]
|
| |
|
|
|
|
|
| |
fonts have separate glyphs for U+0394 GREEK CAPITAL LETTER DELTA and
U+2206 INCREMENT, but call both of them "Delta".
[originally from svn r7278]
|
| |
|
|
|
|
|
| |
as necessary. The algorithm for ensuring that the new name is unused is
partly Gareth's fault.
[originally from svn r7277]
|
| |
|
|
|
|
|
| |
table (which doesn't specify glyph names), constructing an arbitrary list
of glyph names for ourselves.
[originally from svn r7276]
|
| |
|
|
|
| |
[originally from svn r7270]
[r7269 == 6c660b39aeae18c4652a48318bff3373bb535d92]
|
| |
|
|
| |
[originally from svn r7269]
|
| |
|
|
|
|
|
|
|
|
| |
(simple pair kerning) is supported, but with both Apple- and Microsoft-format
headers.
Also reference Microsoft's TrueType specification in comments, since I've used
that to write some of this code.
[originally from svn r7268]
|
| |
|
|
|
|
|
|
| |
We now detect ranges of glyphs mapped contiguously and use {begin,end}cidrange
for them, and also bunch together multiple characters and ranges in each
{begin,end}cid{char,range} pair.
[originally from svn r7263]
|
| |
|
|
|
|
| |
since that seems closer to being where it belongs.
[originally from svn r7262]
|
| |
|
|
|
|
| |
things without one.
[originally from svn r7261]
|
| |
|
|
|
|
|
|
| |
beautiful I've ever written, and xpdf turns out not to support the encoding
mechanism I've chosen, but it works in GhostScript so I'm not too unhappy for
now.
[originally from svn r7259]
|
| |
|
|
| |
[originally from svn r7248]
|
| |
|
|
|
|
|
| |
of fonts that have one. This should help with generating the
FontDescriptor object in PDF.
[originally from svn r7246]
|
| |
|
|
|
|
| |
of Type 42 fonts.
[originally from svn r7245]
|
| |
|
|
| |
[originally from svn r7244]
|
| |
|
|
|
|
| |
rather more in PostScript and less in C.
[originally from svn r7243]
|
| |
|
|
|
|
|
|
| |
when we come to embed TrueType fonts in PDF. Also provide functions for
using this table and its inverse. Unrelatedly, support extracting the
italic angle from the 'post' table.
[originally from svn r7242]
|
| |
|
|
| |
[originally from svn r7225]
|
| |
|
|
|
|
| |
them either.
[originally from svn r7219]
|
| |
|
|
|
|
| |
we pass it a constant string.
[originally from svn r7218]
|
| |
|
|
|
|
| |
early and using it whenever we need the name of a non-standard glyph.
[originally from svn r7216]
|
| |
|
|
| |
[originally from svn r7204]
|
| |
|
|
| |
[originally from svn r7202]
|
| |
|
|
| |
[originally from svn r7201]
|
| |
|
|
| |
[originally from svn r7200]
|
| |
|
|
|
|
| |
it into.
[originally from svn r7199]
|
| |
|
|
|
|
|
| |
not yet in PDF. There's a lot of cleaning up to be done, especially in the
area of error, but I think it would be better committed gradually.
[originally from svn r7198]
|
| |
|
|
|
|
|
|
| |
(This doesn't affect any of the source texts I know about.)
Also add <link rel="up">, even in the cases where it's just the same as
<link rel="ToC">. (This does.)
[originally from svn r7193]
|
| |
|
|
|
|
|
| |
\cfg{html-rellinks}, and it generally seems to be a Good Thing, so I've
turned it on by default. (The lurkers support me in u2u.)
[originally from svn r7188]
|
| |
|
|
| |
[originally from svn r7178]
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Off by default for now, but I don't intend that it should stay this way; they
seem useful and harmless. I just want to check a few more browsers to ensure
they don't do anything obnoxious with them.
So far I've only seen lynx and links do something with them (provide toolbars).
iCab and some Mozilla derivatives/extensions are also alleged to do this; Opera
is said to allow PgDn type browsing through the entire set of pages; and
Mozilla is rumoured to use the "next" link for prefetching.
[originally from svn r7177]
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
CHM, and added the toolbar buttons for this.
Also rationalised the other options a bit:
- added Forward button (since we have Back);
- removed Locate/Sync (since we have auto-sync enabled for the ToC);
- removed Stop and Refresh (mostly a waste of space for help, but still
available from the Options menu if users really want them);
- enabled advanced facilities on the Search tab (search within results, etc).
All this seems to have had no obvious ill effects (tested on Win98), although
the resulting CHM file is slightly bigger (~3kbyte, <1%).
[originally from svn r7176]
|
| |
|
|
|
|
|
|
| |
rewrite the Type 1 font support, and I'm sure the result is more complex
than it needs to be, but it seems to work correctly, so I shouldn't
complain.
[originally from svn r7175]
|
| |
|
|
|
| |
[originally from svn r7093]
[r7092 == c06e371f55b97576421588d21d809c02c637584b in puzzles repository]
|
| |
|
|
| |
[originally from svn r7070]
|
| |
|
|
|
|
| |
and apply it to code paragraphs.
[originally from svn r7069]
|
| |
|
|
| |
[originally from svn r7067]
|
| |
|
|
|
|
| |
whole point of the glyph renumbering.
[originally from svn r7066]
|
| |
|
|
| |
[originally from svn r7062]
|
| |
|
|
|
|
|
|
|
|
| |
a separate dense array of glyph names for each font, and referenced glyphs
by indicies into that array, which meant that the array had to be set
up before we could generate any indices. Now we have an overall array of
glyph names, and use the same glyph indicies for all fonts. Some arrays
have had to turn into tree234s as a result.
[originally from svn r7061]
|
| |
|
|
|
|
|
| |
paragraphs and found some cases where it isn't. Add test cases for these
to remind me to deal with them later.
[originally from svn r7060]
|
| |
|
|
| |
[originally from svn r7051]
|