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