summaryrefslogtreecommitdiff
path: root/fontforge/parsettfatt.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-18Missed another set of long doubles where there should be doubles.George Williams1-0/+1
2011-02-18According to the spec there are two different types of GPOS 'size' feature. O...George Williams1-4/+12
2011-02-14Rename two header files from pfaedit*.h to fontforge*.h (and update all other...George Williams1-1/+1
2011-01-12New copyright notice.pfaedit1-1/+1
2010-11-28Patch by Philipp Stephani, to fix wrong interpretation ofmichal-n1-3/+5
2010-02-04New copyright notices for 2010.pfaedit1-1/+1
2009-12-26FontForge had no error checking for bad GIDs in the JSTF table.pfaedit1-2/+16
2009-12-26A bad 'kern' table could send fontforge into an infinite loop.pfaedit1-0/+8
2009-10-21New autowidth/autokern.pfaedit1-2/+2
2009-09-12More problems reading apple tables from ttc files. Some crashes, etc.pfaedit1-35/+54
2009-09-12Clean up some minor issues which show up on Mac 10.6pfaedit1-1/+1
2009-08-09Hmm. the width of generated .notdef glyphs in ttf files was 65534.pfaedit1-75/+114
2009-05-24Werner finds a place where the new jstf code was corrupting memory.pfaedit1-1/+1
2009-05-12Add support for friendly names for the style set features (in 1.6 of OTF).pfaedit1-1/+45
2009-05-12Baby steps toward mark sets. They don't work yet, but they compile.pfaedit1-5/+36
2009-03-26suport for the JSTF table.pfaedit1-6/+354
2009-01-30Update copyright notices to 2009pfaedit1-1/+1
2008-12-15Patch by Taco to fix a memory problem reading bad baseline data.pfaedit1-1/+1
2008-09-05Add a few more checks (when reading in) on the validity of the 'MATH' table.pfaedit1-0/+10
2008-08-05 My intent was that ligature carets with positioned at 0 didn't count (0 isn...pfaedit1-0/+2
2008-07-31We didn't think we could read in a kerning subtable (class or pair) with devi...pfaedit1-3/+5
2008-07-21Put in some checks to warn the user when a 'kern' table subtable uses more th...pfaedit1-0/+4
2008-07-17typo.pfaedit1-1/+1
2008-07-15Add some checks to make sure that we can survive bad font data without crashing.pfaedit1-6/+54
2008-05-08Check for bad OS/2 versions (that is, versions windows will reject) when load...pfaedit1-1/+4
2008-03-21Support for Apple's 'bsln' table (except I don't support their centered ideog...pfaedit1-0/+120
2008-03-20Oops. Code to read language extents didn't work.pfaedit1-4/+4
2008-03-17Add IO routines for the 'BASE' table. Both in the context of 'sfnt' and in sf...pfaedit1-0/+149
2008-03-09When FF read in a pairwise positioning lookup with no change to the pos of th...pfaedit1-4/+4
2008-03-05When ff read in a contextual subs by glyphs it would reorder each glyph list ...pfaedit1-23/+25
2008-02-04Layerspfaedit1-1/+1
2008-01-12When complaining about a bad class in a mark (GPOS) sub-table, specify the na...pfaedit1-1/+4
2008-01-08It used to be that when a font had both 'mor[tx]' and 'GSUB' we would only re...pfaedit1-1/+32
2008-01-07Two related bugs that Charis SIL invokes:pfaedit1-4/+13
2008-01-01Update copyright notices.pfaedit1-1/+1
2007-12-14Oof. The math stuff doesn't work if device tables are disabled. fix it.pfaedit1-0/+2
2007-12-09If a font has a variant selector 'cmap' subtable, and has some unnamed glyphs...pfaedit1-2/+0
2007-12-07Oops. I broke font generation. It would silently do nothing when asked to gen...pfaedit1-2/+4
2007-12-07If the 'MATH' table contains glyphs with unknown names (that is, variant glyp...pfaedit1-7/+42
2007-12-07Better error message when we hit an apple 'kerning' subtable with cross direc...pfaedit1-1/+1
2007-12-06FF crashed on Nastaliq Navees from SIL.pfaedit1-1/+2
2007-09-02Extend fontforge to keep track of errors encountered when loading 'sfnt' files,pfaedit1-79/+211
2007-08-10Just as I needed a special "in use" pass of GSUB when reading from a TTC, sopfaedit1-39/+78
2007-08-04Provide a mechanism for editing math kerning info. Graphical. But with no con...pfaedit1-5/+14
2007-08-01Fix more MATH table bugs.pfaedit1-8/+14
2007-08-01Fix a few of the more obvious bugs in the MATH table.pfaedit1-3/+6
2007-07-31Ok, all the dialogs are now coded except for mathkerning.pfaedit1-1/+2
2007-07-30Code for reading, editing, storing in sfd, but not writing the new 'MATH' table.pfaedit1-0/+317
2007-07-09In TrueType composite glyphs with the USE_MY_METRICS bit set the lock icon wa...pfaedit1-1/+0
2007-07-08FF crashed when trying to View->Show ATT on a font that appears to me to cont...pfaedit1-0/+17