index
:
halibut
master
My halibut tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
in_sfnt.c
(
unfollow
)
Commit message (
Expand
)
Author
2012-08-29
Revamp of the Halibut error handling mechanism.
Simon Tatham
2008-07-09
Turn the numeric parameter to err_sfntbadglyph from wchar_t to
Simon Tatham
2007-12-02
Cope with TrueType fonts with slightly broken cmaps, just ignoring code points
Ben Harris
2007-12-02
Recognise a couple more types of Unicode 'cmap'. Also fail if a format 4
Ben Harris
2007-02-13
Cope with TrueType fonts that have duplicate glyph names by renaming glyphs
Ben Harris
2007-02-12
Cope with TrueType fonts without a 'post' table or with a format 3 'post'
Ben Harris
2007-02-11
Presumed typo preventing compilation in r7269.
Jacob Nevins
2007-02-11
Improved error handling in sfnt support. No more calls to abort()!
Ben Harris
2007-02-10
Add support for extracting kerning tables from 'kern' tables. Only format 0
Ben Harris
2007-02-10
Now that glyph indices are exposed to bk_pdf.c, move CMap generation there,
Ben Harris
2007-02-10
Generate a "W" array for CIDFonts, since acroread seems to do very silly
Ben Harris
2007-02-08
Support for embedding TrueType fonts in PDF output. The code isn't the most
Ben Harris
2007-02-07
Add support for extracting some global font metrics from the 'OS/2' table
Ben Harris
2007-02-06
Make ps_token() more generally available and use it to improve the formatting
Ben Harris
2007-02-06
Insert a missing (though strictly unnecessary) newline.
Ben Harris
2007-02-06
Tweak to Tye 42 font generation -- construct the CharStrings dictionary
Ben Harris
2007-02-06
Construct a table for mapping glyph names back into glyph indices, for use
Ben Harris
2007-02-03
Correct a comment.
Ben Harris
2007-02-03
Quell some warnings from GCC.
Ben Harris
2007-02-03
When adding a new file, it helps to "svn add" it.
Ben Harris