summaryrefslogtreecommitdiff
path: root/fontforge/tottfgpos.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-18According to the spec there are two different types of GPOS 'size' feature. O...George Williams1-6/+3
2011-02-18I put in a test the other day to make sure I never output a number outside th...George Williams1-1/+1
2011-02-10When ff calculated the size of a kerning subtable it was off by two bytes per...pfaedit1-2/+7
2011-01-12New copyright notice.pfaedit1-1/+1
2010-02-09If FF had to split a GPOS pairwise kerning subtable into several bits (becaus...pfaedit1-5/+5
2010-02-04New copyright notices for 2010.pfaedit1-1/+1
2009-07-17Just in case...pfaedit1-1/+1
2009-05-12Add support for friendly names for the style set features (in 1.6 of OTF).pfaedit1-0/+30
2009-05-12FontForge appears to handle mark sets in a self-consistant fashion. I hope th...pfaedit1-3/+2
2009-05-12Baby steps toward mark sets. They don't work yet, but they compile.pfaedit1-3/+37
2009-03-26suport for the JSTF table.pfaedit1-70/+414
2009-01-30Update copyright notices to 2009pfaedit1-1/+1
2008-12-08If a langsys table had a required feature, then ff would drop one feature fro...pfaedit1-1/+1
2008-09-05Add a few more checks (when reading in) on the validity of the 'MATH' table.pfaedit1-6/+6
2008-09-05FF would generate a bad MATH table if given a glyph with assembly data but no...pfaedit1-5/+17
2008-08-27Alexey points out still missing some unicode ranges from 5.1pfaedit1-2/+3
2008-08-08FontForge assumed that all anchor classes for a given subtable were in sequen...pfaedit1-6/+7
2008-08-05 My intent was that ligature carets with positioned at 0 didn't count (0 isn...pfaedit1-20/+26
2008-07-31We didn't think we could read in a kerning subtable (class or pair) with devi...pfaedit1-0/+11
2008-07-27If a GPOS/GSUB table was large then ff would try to reorder it to place small...pfaedit1-1/+1
2008-07-18If a script contain no default language features (but did contain some langua...pfaedit1-3/+4
2008-07-06Add a dialog to browse the open font library.pfaedit1-1/+1
2008-06-20Move some logic out of fontimage.pe and into fontforge to make a default stri...pfaedit1-0/+13
2008-03-28Add an option to create a dummy DSIG table so MS will mark fonts with a ttf e...pfaedit1-0/+24
2008-03-17Add IO routines for the 'BASE' table. Both in the context of 'sfnt' and in sf...pfaedit1-0/+218
2008-02-01New script/language/feature tags from OpenType 1.5.pfaedit1-2/+14
2008-01-17Someone using an old C compiler complains (rather insultingly) about syntax e...pfaedit1-1/+4
2008-01-14Find Problems->ATT->Missing glyph name complains about the special stringpfaedit1-1/+1
2008-01-13If a font contained an empty anchor class (having either no base glyphs or no...pfaedit1-0/+4
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-3/+5
2007-12-09Oops. I was outputting the vertical glyph size when outputting horizontal var...pfaedit1-4/+10
2007-12-06Redo the internals of fontforge to separate the user interface from the core ...pfaedit1-2/+2
2007-11-16Try to encapsulate some of fontforge's dependency on gdraw in such a way that...pfaedit1-1/+1
2007-10-24Adam Twardoch suggests that codepoints in the PUA have their script determine...pfaedit1-1/+3
2007-10-11What glyph class should be used by default if a glyph is both a ligature and ...pfaedit1-6/+11
2007-09-25Guess at the meaning for GDEF glyph class component glyph:pfaedit1-3/+53
2007-08-10Just as I needed a special "in use" pass of GSUB when reading from a TTC, sopfaedit1-1/+6
2007-08-08Oops. The spec does not say that the per-glyph info sub-table may be omitted.pfaedit1-2/+4
2007-08-02More MATH table bugs.pfaedit1-16/+26
2007-08-01Another bug.pfaedit1-1/+1
2007-08-01Fix more MATH table bugs.pfaedit1-14/+14
2007-08-01Outputting extension subtables appears to have been broken.pfaedit1-8/+4
2007-08-01Fix a few of the more obvious bugs in the MATH table.pfaedit1-0/+3
2007-07-31Ok, all the dialogs are now coded except for mathkerning.pfaedit1-13/+482
2007-07-30Code for reading, editing, storing in sfd, but not writing the new 'MATH' table.pfaedit1-0/+67
2007-07-11Crash bug in generating a cursive connection anchor sub-table.pfaedit1-1/+3
2007-06-07Remove the code to produce the old, broken, 'size' feature.pfaedit1-0/+4
2007-04-24Oops. Lookups didn't always get the appropriate index assigned to them when g...pfaedit1-1/+4
2007-03-14Add support for lookups instead of features.pfaedit1-2669/+1337