2247 Commits

Author SHA1 Message Date
Sascha Brawer
0532ec85d3 [feaLib] Parse GPOS type 5: Mark-to-Ligature Attachment Positioning
No output is produced yet, this is just the change on the parser.
2015-12-09 10:40:49 +01:00
Sascha Brawer
25acebd824 [feaLib] Minor parser refactoring in preparation for GPOS type 5
GPOS type 5 has much in common with GPOS type 4, so we want to share
the common parsing code.
2015-12-08 23:46:04 +01:00
Behdad Esfahbod
0848a0ce56 Add makeAnchor() 2015-12-08 23:40:41 +01:00
Behdad Esfahbod
995b4dca42 Accept Anchor Format2 2015-12-08 23:37:15 +01:00
Behdad Esfahbod
beb0143612 Separate kernset from pair 2015-12-08 23:26:05 +01:00
Behdad Esfahbod
9e28a7aaa1 Implement CursivePos 2015-12-08 23:25:12 +01:00
Behdad Esfahbod
515f0b3016 Implement PairPos Format1 2015-12-08 23:09:24 +01:00
Behdad Esfahbod
5ac9067bcd Implement PairPos Format2 2015-12-08 22:47:37 +01:00
Sascha Brawer
0fbbe037bf [feaLib] Implement GPOS type 4: Mark-to-Base Attachment Positioning 2015-12-08 22:28:02 +01:00
Behdad Esfahbod
941d735760 Sanity-check ValueRecord fields 2015-12-08 22:22:33 +01:00
Behdad Esfahbod
e717b1f157 Implement SinglePos
Also, skip unimplemented tables.
2015-12-08 20:47:53 +01:00
Behdad Esfahbod
6c4d14dbce Enable writing of Count values that are never set
This can happen with empty MarkMark / MarkBase tables.
2015-12-08 20:41:54 +01:00
Behdad Esfahbod
8128b509a4 [subset] Augment ContextHelper
As needed in my Monotype OpenType format parser.  I'm not using the object
directly from subset module, but pushing back my changes here, in the hope
that we move this object to ttLib proper soon.
2015-12-08 20:40:42 +01:00
Behdad Esfahbod
e7b05e2e41 Fixup Chained Pos 2015-12-08 20:00:24 +01:00
Behdad Esfahbod
2bf82e5534 Support multiple subtables per lookup 2015-12-08 19:59:48 +01:00
Cosimo Lupo
83d2769f34 README.md: fix typo 2015-12-08 18:37:55 +00:00
Cosimo Lupo
cade98932b Merge pull request #430 from anthrotype/davelab6-documentation-tweaks
Dave's documentation tweaks
2015-12-08 18:36:16 +00:00
Behdad Esfahbod
5bc565524a Implement ReverseChainingContextualSubst 2015-12-08 19:28:05 +01:00
Dave Crossland
b29a003545 rename {CHANGELOG.txt,NEWS} LICENSE{.txt,} 2015-12-08 18:26:40 +00:00
Cosimo Lupo
38ae35ec71 README.md: remove instructions for Windows command line tools and installer 2015-12-08 18:26:01 +00:00
Dave Crossland
710ca13b42 CHANGELOG.txt: Minor corrections 2015-12-08 18:25:42 +00:00
Dave Crossland
f439b55a1f Doc/changes.txt -> CHANGELOG.txt 2015-12-08 18:25:31 +00:00
Dave Crossland
5df8647eba README: Improve install and tools notes 2015-12-08 18:25:19 +00:00
Dave Crossland
1c3f3e6374 Update Doc/changes.txt: summarize last 2 releases 2015-12-08 18:25:11 +00:00
Dave Crossland
2340a9cfbd rm Doc/install.txt 2015-12-08 18:25:00 +00:00
Behdad Esfahbod
f8ff80eb4d Finish ChainContext Format 3
Also support MarkFilteringSet, as well as making keywords case
insensitive.
2015-12-08 19:08:41 +01:00
Sascha Brawer
790ea83a02 [feaLib] Parse GPOS type 4 aka Mark-to-Base Attachment Positioning
However, no output tables are being built yet. This change is just
implementing the feature file parser.
2015-12-08 19:04:42 +01:00
Behdad Esfahbod
59deb68068 Fix glyph counts 2015-12-08 18:36:32 +01:00
Behdad Esfahbod
f738cda25b Finish ChainContext Format 2 2015-12-08 18:30:07 +01:00
Behdad Esfahbod
8533a8bbd1 Minor, add debug lines 2015-12-08 18:18:19 +01:00
Behdad Esfahbod
e8fc94f393 Merge Context and Chain
Format 1 and 2 almost work.
2015-12-08 18:15:27 +01:00
Sascha Brawer
bc4828589e [feaLib] Merge test cases from the OpenType Feature File specification
The setup code for these unit tests was copied and pasted,
and this became a little repetitive.
2015-12-08 17:19:30 +01:00
Sascha Brawer
dfa1551ece [feaLib] Implement markClass statement 2015-12-08 17:04:21 +01:00
Behdad Esfahbod
80d9c7573e Parse glyph references by Unicode char or glyph id 2015-12-08 16:55:51 +01:00
Behdad Esfahbod
c42dcf5f09 Fix comment skipping 2015-12-08 16:55:41 +01:00
Behdad Esfahbod
494f9e975a Add parseGlyph() 2015-12-08 16:21:59 +01:00
Behdad Esfahbod
cca7d5ffb2 Parse Context format 3 2015-12-08 16:09:29 +01:00
Behdad Esfahbod
23364a2741 Move parseTable to its own function 2015-12-08 14:56:23 +01:00
Behdad Esfahbod
5cb14f049f Move parseLookup into its own function 2015-12-08 14:37:33 +01:00
Cosimo Lupo
66386ab488 Merge pull request #428 from anthrotype/ttx-pad-tags
ttx: pad tags with space if length is less than 4
2015-12-08 13:08:52 +00:00
Cosimo Lupo
9f6055d5d9 Merge pull request #427 from anthrotype/recalc-bbox-expand
_g_l_y_f: expand glyphs inside `compile` if recalcBBoxes==True
2015-12-08 13:08:40 +00:00
Cosimo Lupo
9049d5f866 Merge pull request #425 from anthrotype/xmlreader-fileobj
make XMLReader accept file objects
2015-12-08 13:08:19 +00:00
Cosimo Lupo
e12aec52ed ttx: use ljust to pad tags with space (more Pythonic)
as suggested by @adrientetar
2015-12-08 12:45:22 +00:00
Behdad Esfahbod
899162223f Minor 2015-12-08 11:30:32 +01:00
Cosimo Lupo
79c2b8cbc1 ttx: pad tags with space if length is less than 4
so that you don't need to do `-t "CFF "` anymore.

Fixes https://github.com/behdad/fonttools/issues/265
2015-12-08 10:11:26 +00:00
Cosimo Lupo
db57418b55 Merge pull request #420 from moyogo/fealib-typo
feaLib: misnamed function in builder_test.py
2015-12-08 09:48:40 +00:00
Cosimo Lupo
738866492d _g_l_y_f: expand glyphs inside compile if recalcBBoxes==True; delete empty self.data lingering around
Fixes https://github.com/behdad/fonttools/issues/410.

See also:
ecbe8f2c37 (commitcomment-14464893)
2015-12-08 09:35:00 +00:00
Sascha Brawer
c6ee46f299 [feaLib] Implement GPOS type 3: Cursive Attachment Positioning 2015-12-07 23:56:08 +01:00
Cosimo Lupo
2fb1cc138c Merge pull request #426 from benkiel/patch-3
Add t1Lib to packages
2015-12-07 22:02:13 +00:00
Ben Kiel
d7623b08ca Add t1Lib to packages
Seems that setup.py wasn't installing this.
2015-12-07 16:01:09 -06:00