963 Commits

Author SHA1 Message Date
Behdad Esfahbod
75e14fcedf Implement vmtx, hdmx, VDMX 2013-07-22 14:49:54 -04:00
Behdad Esfahbod
cd70885c65 Don't load tables that don't need subsetting 2013-07-22 14:30:23 -04:00
Behdad Esfahbod
c716044027 Subset GlyphOrder 2013-07-22 14:29:08 -04:00
Behdad Esfahbod
4e214e4abb Drop unneeded tables 2013-07-22 13:13:49 -04:00
Behdad Esfahbod
56ebd04259 "Implement" tables that don't need subsetting 2013-07-22 13:06:10 -04:00
Behdad Esfahbod
8842ce2c2a Minor 2013-07-22 13:01:33 -04:00
Behdad Esfahbod
5270ec498d Implement 'kern' table 2013-07-22 12:57:02 -04:00
Behdad Esfahbod
fd3923e972 Start adding other tables 2013-07-22 12:48:17 -04:00
Behdad Esfahbod
c6396b7314 Implement mark positioning class matrix pruning 2013-07-22 12:31:33 -04:00
Behdad Esfahbod
4aa6ce3160 Implement PairPos pruning
Now that's the real deal...
2013-07-22 12:15:36 -04:00
Behdad Esfahbod
350a527ede Add --xml / --verbose 2013-07-22 12:02:16 -04:00
Behdad Esfahbod
4ae8171e5a Add --verbose 2013-07-22 11:57:13 -04:00
Behdad Esfahbod
77cda418fa Implement LookupList, FeatureList, ScriptList backwards pruning 2013-07-22 11:46:50 -04:00
Behdad Esfahbod
9d02c2db00 Minor 2013-07-22 11:08:37 -04:00
Behdad Esfahbod
d1d41bc95d Implement pruning
Seems to be working!
2013-07-22 00:01:22 -04:00
Behdad Esfahbod
1be5345519 Start implementing pruning 2013-07-21 22:52:15 -04:00
Behdad Esfahbod
b7fef90a80 Implement remaining GSUB/GPOS [Chain]Context formats
All implemented now.
2013-07-21 22:48:08 -04:00
Behdad Esfahbod
efb984adfe Implement GDEF 2013-07-21 22:26:16 -04:00
Behdad Esfahbod
02b9206ad2 Cleanup; GSUB/GPOS mostly done
The remaining formats are not in wide use apparently!  Will implement
when I encounter them.
2013-07-21 22:16:07 -04:00
Behdad Esfahbod
5466061234 Initial sketch 2013-07-21 18:16:55 -04:00
pabs3
c88536d1f4 Add dependency information to the setup file.
Patch-by: Mikhail Kashkin <mkashkin@gmail.com>

git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@621 4cde692c-a291-49d1-8350-778aa11640f8
2013-06-25 01:37:36 +00:00
pabs3
ec62dbe03e Release fonttools version 2.4
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@619 4cde692c-a291-49d1-8350-778aa11640f8
2013-06-22 14:25:03 +00:00
pabs3
e57bd1eeb5 Fix the location of the SVN repository
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@618 4cde692c-a291-49d1-8350-778aa11640f8
2013-06-22 13:01:11 +00:00
pabs3
278d4d8cea Fix syntax error
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@617 4cde692c-a291-49d1-8350-778aa11640f8
2013-06-22 08:16:33 +00:00
pabs3
e83b4c4482 Detect both types of quotes when detecting OTF vs TTF XML.
Fixes: http://sourceforge.net/p/fonttools/bugs/47/

git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@616 4cde692c-a291-49d1-8350-778aa11640f8
2013-06-22 08:13:22 +00:00
pabs3
5f4193373b Writing to stdout is not actually implemented yet
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@615 4cde692c-a291-49d1-8350-778aa11640f8
2013-06-22 06:47:34 +00:00
pabs3
fb37a24708 Implement writing output to arbitrary files including stdout.
Partially-fixes: http://sourceforge.net/p/fonttools/feature-requests/7/

git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@614 4cde692c-a291-49d1-8350-778aa11640f8
2013-06-22 06:43:01 +00:00
pabs3
3ac875aa1d Fix consistency of space/tab usage.
Reference: http://docs.python.org/reference/lexical_analysis.html#indentation

git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@613 4cde692c-a291-49d1-8350-778aa11640f8
2013-06-12 05:04:24 +00:00
jvr
e0ddc58fc2 Georg Seifert: fix bug with Apple's kern table format
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@612 4cde692c-a291-49d1-8350-778aa11640f8
2012-11-10 17:58:30 +00:00
jvr
91bca42442 merging fixes & changes from delft-sprint-2012
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@611 4cde692c-a291-49d1-8350-778aa11640f8
2012-10-18 12:49:22 +00:00
jvr
a411b1ccbe cosmetic change to check whether I can check in
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@591 4cde692c-a291-49d1-8350-778aa11640f8
2012-03-01 13:26:24 +00:00
pabs3
ca75e43333 Fix some typos in the ttx usage instructions
Patch-by: Paul Flo Williams <paul@frixxon.co.uk>
Fixes: https://bugzilla.redhat.com/694387
Fixes: http://sf.net/support/tracker.php?aid=3279073

git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@590 4cde692c-a291-49d1-8350-778aa11640f8
2011-10-30 12:26:09 +00:00
pabs3
b8ce5bfe27 Remove shebang from ttyx.py since it is not executed directly
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@589 4cde692c-a291-49d1-8350-778aa11640f8
2011-03-28 10:41:39 +00:00
pabs3
85fe10da62 Remove executable permissions from files that do not need them
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@588 4cde692c-a291-49d1-8350-778aa11640f8
2011-03-28 10:18:27 +00:00
pabs3
3de0e58f29 Fix bug in last commit
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@587 4cde692c-a291-49d1-8350-778aa11640f8
2011-02-13 07:28:42 +00:00
pabs3
d3d7250fc3 Be more thorough when working around font bugs in the hmtx table
https://bugs.launchpad.net/ubuntu/+source/fonttools/+bug/223884

git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@586 4cde692c-a291-49d1-8350-778aa11640f8
2011-02-13 07:01:11 +00:00
pabs3
d5721376f2 Be more thorough when working around font bugs in the loca/glyf tables
https://bugs.launchpad.net/ubuntu/+source/fonttools/+bug/223884

git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@585 4cde692c-a291-49d1-8350-778aa11640f8
2011-02-13 06:27:09 +00:00
pabs3
df16db5bb8 Be more thorough when working around font bugs in the OS/2 table
https://bugs.launchpad.net/ubuntu/+source/fonttools/+bug/223884

git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@584 4cde692c-a291-49d1-8350-778aa11640f8
2011-02-13 06:25:21 +00:00
pabs3
98caac29f3 Long-format loca tables are unsigned not signed.
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@583 4cde692c-a291-49d1-8350-778aa11640f8
2011-02-13 06:24:19 +00:00
pabs3
86cee05817 Fix the instructions for building a Windows installer.
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@582 4cde692c-a291-49d1-8350-778aa11640f8
2010-12-29 10:43:44 +00:00
pabs3
1344bc9b62 Fix typos: 'neccesary' should be 'necessary'.
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@581 4cde692c-a291-49d1-8350-778aa11640f8
2010-01-09 09:12:11 +00:00
pabs3
e7689a4856 Release fonttools version 2.3
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@579 4cde692c-a291-49d1-8350-778aa11640f8
2009-11-08 15:58:24 +00:00
pabs3
0682316b8c Fix loading the fontTools.misc.eexecOp module that speeds up fontTools.misc.eexec.
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@578 4cde692c-a291-49d1-8350-778aa11640f8
2009-11-08 15:57:07 +00:00
pabs3
17012aabbb Fix some broken assertions in the cmap format 1 code.
Shame on Gentoo for not forwarding the patch upstream.

git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@577 4cde692c-a291-49d1-8350-778aa11640f8
2009-11-08 15:55:53 +00:00
pabs3
406cb2f7ba Install the manual page to the correct location.
Shame on MacPorts and Gentoo for not forwarding this change.

git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@576 4cde692c-a291-49d1-8350-778aa11640f8
2009-11-08 15:54:25 +00:00
pabs3
0a6dea0ac2 Fix typo in help output.
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@575 4cde692c-a291-49d1-8350-778aa11640f8
2009-11-08 15:53:24 +00:00
pabs3
711afe95fc Add brief entries to Doc/changes.txt for the past two releases.
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@574 4cde692c-a291-49d1-8350-778aa11640f8
2009-11-08 15:52:26 +00:00
pabs3
b86bf2286a Drop version number from Doc/install.txt
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@573 4cde692c-a291-49d1-8350-778aa11640f8
2009-11-08 15:51:41 +00:00
pabs3
f15d0b7896 Include the Doc/ChangeLog file in source tarballs
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@572 4cde692c-a291-49d1-8350-778aa11640f8
2009-11-08 15:50:43 +00:00
pabs3
6f22ca45ba Document the new -y option to choose which font in a TTC to decompile.
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@571 4cde692c-a291-49d1-8350-778aa11640f8
2009-11-08 11:19:51 +00:00