Behdad Esfahbod
c2e27fd88f
[merge] Drop glyf hints
...
Since we don't renumber functions or CVTs, we have to drop hinting
for now.
2013-09-30 15:10:43 -04:00
Behdad Esfahbod
c14ab48ae8
[merge] Implement GDEF
...
Only if GSUB/GPOS were so simple too!
2013-09-30 15:10:43 -04:00
Behdad Esfahbod
3235a04ea9
[merge] Minor
2013-09-30 15:10:43 -04:00
Behdad Esfahbod
be4ecc7c67
[merge] Clean up imports
2013-09-30 15:10:43 -04:00
Behdad Esfahbod
0bf4f561da
[merge] Pass Merger down to merge() methods
2013-09-30 15:10:43 -04:00
Behdad Esfahbod
44cdce0bd8
[merge] Remove unused code
2013-09-30 15:10:42 -04:00
Behdad Esfahbod
b640f7435c
[merge] Implement --verbose and --timing
2013-09-30 15:10:42 -04:00
Behdad Esfahbod
c855f3ab69
[merge] Whitespace
2013-09-30 15:10:42 -04:00
Behdad Esfahbod
71294def67
[merge] Implement OS/2 and cmap
...
Works for basic font mergin now. Next: GSUB/GPOS/GDEF!
2013-09-30 15:10:42 -04:00
Behdad Esfahbod
f2d5982826
[merge] Implement a few more straightforward tables
2013-09-30 15:10:42 -04:00
Behdad Esfahbod
65f19d8440
[merge] Implement a coule more tables
2013-09-30 15:10:42 -04:00
Behdad Esfahbod
45d2f38aa5
Start adding pyftmerge tool to merge fonts
2013-09-30 15:10:42 -04:00
Behdad Esfahbod
16fc323cc2
[subset] Drop CFF font-wide hinting values (bluezones, etc)
2013-09-30 15:10:01 -04:00
Behdad Esfahbod
2e998ea692
Fix GlyphCoordinates slicing
...
Based on patch from Roozbeh.
2013-09-29 14:02:27 -04:00
Behdad Esfahbod
9255d33f04
Remove stale comment
2013-09-27 16:38:39 -04:00
Behdad Esfahbod
043108cbdb
[subset] Fix glyf component closure
...
https://github.com/behdad/fonttools/pull/11
2013-09-27 16:29:50 -04:00
Behdad Esfahbod
bb56ddb971
Fix composite glyph coordinate routines
...
Ouch, was modifying the component's own coordinates before.
2013-09-20 16:36:10 -04:00
Behdad Esfahbod
70fee1648a
Fix glyph removeHinting re padding
2013-09-20 16:36:05 -04:00
Behdad Esfahbod
626107c833
Move some methods from subset.py to 'glyf' table implementation
2013-09-20 16:36:00 -04:00
Behdad Esfahbod
46d260f2a0
[subset] Clean up imports
2013-09-20 16:35:56 -04:00
Behdad Esfahbod
fd92d4c25f
[subset] Minor
2013-09-20 16:35:50 -04:00
Behdad Esfahbod
b61d7ac553
Relicense new tools to the original fonttools license
...
They were under Apache.
2013-09-19 20:03:20 -04:00
Behdad Esfahbod
9d7dc22299
Add copyright notices
2013-09-19 20:03:02 -04:00
Behdad Esfahbod
c226dc764d
Update to Unicode 6.3.0d3
2013-09-18 20:04:12 -04:00
Behdad Esfahbod
28fc49824a
Minor
2013-09-18 19:01:16 -04:00
Behdad Esfahbod
8413c108d2
Move sstruct under fontTools.misc
...
Our footprint in the Python module namespace is all under
fontTools now. User code importing sstruct should be updated
to say "from fontTools.misc import sstruct".
2013-09-17 16:59:39 -04:00
Behdad Esfahbod
f65033e277
Move xmlWriter into fontTools.misc
...
Trying to cleanup our footprint in the Python namespace.
2013-09-17 16:41:32 -04:00
Behdad Esfahbod
0ec17d96eb
[subset] NameError: global name 'rec' is not defined ( #10 )
...
https://github.com/behdad/fonttools/issues/10
2013-09-15 18:30:41 -04:00
Behdad Esfahbod
21582e9f6c
[subset] Minor TODO items
2013-09-12 16:47:52 -04:00
Behdad Esfahbod
1c50507492
Merge pull request #9 from khaledhosny/master
...
Letovers from pyftfontview → pyftinspect rename
2013-09-12 09:32:25 -07:00
Khaled Hosny
0e37f89e70
Letovers from pyftfontview → pyftinspect rename
...
Fixes “setup.py install”.
2013-09-12 11:13:39 +02:00
Behdad Esfahbod
9953685818
[subset] Fix CFF hint stripping
...
Stupid mistake. Seems to work now.
2013-09-12 00:23:11 -04:00
Behdad Esfahbod
010c5f9136
[subset] Minor verbose output improvement
2013-09-10 20:54:46 -04:00
Behdad Esfahbod
285d7b81d3
[subset] Fixup CFF hint stripping
...
Two things:
1. Put back glyph width after stripping hints,
2. Ignore what I believe is broken fonts.
I still see glyph width messup. Debugging.
2013-09-10 20:30:47 -04:00
Behdad Esfahbod
2be33d9383
[subset] Allow specifying '*' to choose all glyphs
...
Useful for testing if nothing else.
2013-09-10 19:28:59 -04:00
Behdad Esfahbod
84763140a0
[subset] Adjust state transition after hintmask
2013-09-10 19:00:48 -04:00
Behdad Esfahbod
e06220767f
[subset] Drop hints from CFF if not needed
...
It's a tricky algorithm, but I think I got the design right.
Bugs optional...
2013-09-10 18:37:54 -04:00
Behdad Esfahbod
cebcf17ba7
Rename pyftfontview to pyftinspect
...
Makes more sense.
2013-09-06 18:23:13 -04:00
Behdad Esfahbod
fbb9fc1b47
[subset] Remove _NonrecursingT2Decompiler
...
First, it was wrong because not recursing has implications in hintmasks.
Second, it wasn't needed, because all _used subroutines were already
decompiled anyway.
Fixes this test:
$ pyftsubset SemplicitaPro-Light.otf three
2013-09-05 19:01:39 -04:00
Behdad Esfahbod
9316a90e32
Fixup from numpy removal
2013-09-04 13:50:38 -04:00
Behdad Esfahbod
2058dcfb68
More GlyphCoordinates fixup
...
I'm sure it's correct this time, though I couldn't reproduce the latest
issue Dave was hitting.
2013-09-04 10:49:21 -04:00
Behdad Esfahbod
e9ea5a0a10
Really fix GlyphCoordinates this time
...
Argh. I should stop committing without proper time to test first.
https://github.com/behdad/fonttools/issues/4
2013-09-04 10:39:51 -04:00
Behdad Esfahbod
c195a6b6bd
Fixup import
...
https://github.com/behdad/fonttools/issues/6
2013-09-04 10:35:10 -04:00
Behdad Esfahbod
71d76fa1b8
Fix GlyphCoordinates
...
It's embarrassing that I failed to test ttx completely.
https://github.com/behdad/fonttools/issues/4
2013-09-04 10:14:44 -04:00
Behdad Esfahbod
583ce6356d
Minor
2013-09-04 09:56:51 -04:00
Behdad Esfahbod
1830541975
Merge pull request #2 from behnam/master
...
fontView: Set column titles and disable sorting
2013-09-04 06:55:19 -07:00
Behnam Esfahbod
f7e0c6719a
Show the length of tables in bytes, like `ttx -l'
...
But not formatting the numbers, as we don't have any locale set
2013-09-03 21:58:26 -07:00
Behnam Esfahbod
31547e0e7b
Handle fontTools.ttLib.TTLibError errors
2013-09-03 21:00:06 -07:00
Behnam Esfahbod
1a281ee532
fontView: Use relative imports and shorter namespaces
2013-09-03 20:56:24 -07:00
Behnam Esfahbod
25fc268acb
fontView: Set column titles and disable sorting
...
Also handle some KeyError exceptions
2013-09-03 20:27:14 -07:00