summaryrefslogtreecommitdiff
path: root/in_sfnt.c (follow)
Commit message (Expand)AuthorAge
* Revamp of the Halibut error handling mechanism.Simon Tatham2012-08-29
* Turn the numeric parameter to err_sfntbadglyph from wchar_t toSimon Tatham2008-07-09
* Cope with TrueType fonts with slightly broken cmaps, just ignoring code pointsBen Harris2007-12-02
* Recognise a couple more types of Unicode 'cmap'. Also fail if a format 4Ben Harris2007-12-02
* Cope with TrueType fonts that have duplicate glyph names by renaming glyphsBen Harris2007-02-13
* Cope with TrueType fonts without a 'post' table or with a format 3 'post'Ben Harris2007-02-12
* Presumed typo preventing compilation in r7269.Jacob Nevins2007-02-11
* Improved error handling in sfnt support. No more calls to abort()!Ben Harris2007-02-11
* Add support for extracting kerning tables from 'kern' tables. Only format 0Ben Harris2007-02-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
* Add support for extracting some global font metrics from the 'OS/2' tableBen Harris2007-02-07
* Make ps_token() more generally available and use it to improve the formattingBen Harris2007-02-06
* Insert a missing (though strictly unnecessary) newline.Ben Harris2007-02-06
* Tweak to Tye 42 font generation -- construct the CharStrings dictionaryBen Harris2007-02-06
* Construct a table for mapping glyph names back into glyph indices, for useBen Harris2007-02-06
* Correct a comment.Ben Harris2007-02-03
* Quell some warnings from GCC.Ben Harris2007-02-03
* When adding a new file, it helps to "svn add" it.Ben Harris2007-02-03