151 Commits

Author SHA1 Message Date
jvr
df77daeaf9 cleaned up regtext for clarity. Should be a 100% cosmetic change,
but I was unable to test it (Hi Adam ;-)


git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@154 4cde692c-a291-49d1-8350-778aa11640f8
2001-08-10 00:04:17 +00:00
jvr
7b51bbf642 print a banner for each output file
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@153 4cde692c-a291-49d1-8350-778aa11640f8
2001-08-09 23:45:32 +00:00
jvr
656a6cce4f reworked command line options
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@152 4cde692c-a291-49d1-8350-778aa11640f8
2001-08-09 23:39:05 +00:00
jvr
5808f3ff71 added warning about dependency on NumPy and PyXML
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@151 4cde692c-a291-49d1-8350-778aa11640f8
2001-08-09 23:03:47 +00:00
jvr
28e74abf1c - fixed -d (forgot to add it to the getopt arg)
- added comment that -s implies -f


git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@150 4cde692c-a291-49d1-8350-778aa11640f8
2001-08-09 21:39:29 +00:00
jvr
933f9107d5 implemented -d (specify output dir) option
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@149 4cde692c-a291-49d1-8350-778aa11640f8
2001-08-09 21:31:55 +00:00
jvr
3860d6e470 first step of changing the command line usage to something more
sensible: it is now possible to do batches, as in
  ./ttDump.py *.ttf
This is not b/w compatible. (The new -d option is not yet implemented)


git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@148 4cde692c-a291-49d1-8350-778aa11640f8
2001-08-09 21:06:11 +00:00
jvr
c0cd826447 And one more...
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@147 4cde692c-a291-49d1-8350-778aa11640f8
2001-08-09 19:39:05 +00:00
jvr
93bde1287b Hm, made func defs ANSI compliant.
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@146 4cde692c-a291-49d1-8350-778aa11640f8
2001-08-09 19:36:36 +00:00
jvr
09f337befd eexecOp.{so|pyd|slb} goes into fontTools/misc/
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@145 4cde692c-a291-49d1-8350-778aa11640f8
2001-08-09 19:18:30 +00:00
jvr
3bcd2552b9 old cruft
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@144 4cde692c-a291-49d1-8350-778aa11640f8
2001-08-09 19:13:02 +00:00
jvr
a580192687 minor things: the real doco needs real work...
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@143 4cde692c-a291-49d1-8350-778aa11640f8
2001-08-09 19:09:27 +00:00
jvr
df9c02960b removed obsolete unix makefile support: distutils takes care
of that now (see setup.py in fonttools/).


git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@142 4cde692c-a291-49d1-8350-778aa11640f8
2001-08-09 19:06:39 +00:00
jvr
f20ab43db0 eexecOp may also be a global module.
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@141 4cde692c-a291-49d1-8350-778aa11640f8
2001-08-09 19:00:02 +00:00
jvr
3285b4b52d Removed obsolete install.py script, and replaced it with a
proper setup.py, offering full distutils support. So far only
tested under MacOS.


git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@140 4cde692c-a291-49d1-8350-778aa11640f8
2001-08-09 18:47:22 +00:00
Just
30dae0d179 removed dependency on old transformation class
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@139 4cde692c-a291-49d1-8350-778aa11640f8
2001-07-30 19:05:49 +00:00
Just
e9601bf9e1 updated OpenResFile() to FSpOpenResFile() and CreateResFile() to
FSpCreateResFile() for carbon compatiblilty.


git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@138 4cde692c-a291-49d1-8350-778aa11640f8
2001-07-30 19:04:40 +00:00
Just
64892f5a34 Don't take month and day names from calendar.py: a buggy Metrowerks strftime() made this crash hard in Python 2.2.
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@137 4cde692c-a291-49d1-8350-778aa11640f8
2001-06-27 23:09:57 +00:00
Just
b68a700595 don't print extra error info to stdout
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@136 4cde692c-a291-49d1-8350-778aa11640f8
2001-06-24 15:14:06 +00:00
Just
5810aa9967 renamed a bunch of things to use CamelCase
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@135 4cde692c-a291-49d1-8350-778aa11640f8
2001-06-24 15:12:48 +00:00
Just
6175debd67 improved API for creating AFM files from scratch
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@134 4cde692c-a291-49d1-8350-778aa11640f8
2001-06-24 15:11:31 +00:00
Just
0d51707e72 fixed style strings bug, as triggered by the Thorndale font.
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@133 4cde692c-a291-49d1-8350-778aa11640f8
2001-06-24 15:10:02 +00:00
Just
32f868492c - added support for composite info
- write attributes in a decent order


git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@132 4cde692c-a291-49d1-8350-778aa11640f8
2001-04-30 14:40:17 +00:00
Just
344757f42d minor cleanups
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@131 4cde692c-a291-49d1-8350-778aa11640f8
2001-04-20 18:39:21 +00:00
Just
ad6bb5a352 New & improved, but dead slow. Reads and writes.
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@130 4cde692c-a291-49d1-8350-778aa11640f8
2001-03-09 12:42:25 +00:00
Just
a556f51db5 don't allow duplicate glyph names when building names from cmap/agl
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@129 4cde692c-a291-49d1-8350-778aa11640f8
2001-02-23 21:58:57 +00:00
Just
ae180248fd workaround for currupt (?) cmap subtable
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@128 4cde692c-a291-49d1-8350-778aa11640f8
2001-01-13 13:48:30 +00:00
Just
731e4377e1 don't complain as loudly with fonts that don't completely adhere to the spec
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@127 4cde692c-a291-49d1-8350-778aa11640f8
2000-11-03 10:29:08 +00:00
Just
6d925f5b9a workaround for odd-length unicode strings (!)
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@126 4cde692c-a291-49d1-8350-778aa11640f8
2000-10-23 14:36:20 +00:00
Petr
fc99ad1513 doh! font bounding box goes to the head table, not maxp itself.
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@125 4cde692c-a291-49d1-8350-778aa11640f8
2000-10-18 22:27:47 +00:00
Just
981e6675de updated version & copyright
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@124 4cde692c-a291-49d1-8350-778aa11640f8
2000-10-13 14:19:31 +00:00
Just
1377dabacc what was I thinking
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@123 4cde692c-a291-49d1-8350-778aa11640f8
2000-10-13 14:18:17 +00:00
Just
481fb09495 added workaround for buggy Apple fonts
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@122 4cde692c-a291-49d1-8350-778aa11640f8
2000-10-13 13:51:33 +00:00
Just
43fa4be948 added workaround for Py 1.5.1 compatibility
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@121 4cde692c-a291-49d1-8350-778aa11640f8
2000-10-11 18:04:03 +00:00
Just
dccbd3154b initialize styleStrings with empty string instead of None's: this allows certain Apple fonts to be handled correctly.
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@120 4cde692c-a291-49d1-8350-778aa11640f8
2000-10-03 10:34:34 +00:00
Just
0f675860ce improved support for writing to (in memory) streams
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@119 4cde692c-a291-49d1-8350-778aa11640f8
2000-10-02 07:51:42 +00:00
Just
fdea99d265 minor fix
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@118 4cde692c-a291-49d1-8350-778aa11640f8
2000-08-23 12:34:44 +00:00
Just
d5b65a4ed1 made calculating bounding box handle empty coordinate arrays gracefully
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@117 4cde692c-a291-49d1-8350-778aa11640f8
2000-08-23 12:34:19 +00:00
Just
f6b1563e0d removed an assert that was too strict
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@116 4cde692c-a291-49d1-8350-778aa11640f8
2000-08-23 12:33:14 +00:00
Just
c91a95189a minor changes
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@115 4cde692c-a291-49d1-8350-778aa11640f8
2000-08-23 12:31:52 +00:00
Just
df83623cfe module to find the home file of a resource (handy for finding suitcase files when all you have is a resource)
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@113 4cde692c-a291-49d1-8350-778aa11640f8
2000-07-03 18:45:58 +00:00
Just
ca9679eded another OT source table
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@112 4cde692c-a291-49d1-8350-778aa11640f8
2000-06-29 18:35:47 +00:00
Just
859967e521 formatting
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@111 4cde692c-a291-49d1-8350-778aa11640f8
2000-06-08 18:38:43 +00:00
Just
306d24ec79 Allow long-aligned glyph records (as is in fact recommended by the latest MS spec, but almost nobody seems to do it...)
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@110 4cde692c-a291-49d1-8350-778aa11640f8
2000-06-07 19:13:11 +00:00
Just
1b850986ef Fixed cmap optimizer bug: needs more testing!
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@109 4cde692c-a291-49d1-8350-778aa11640f8
2000-06-07 18:25:44 +00:00
Just
e0433b907d Fixed getCoordinates() so it works correctly with "empty" components.
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@108 4cde692c-a291-49d1-8350-778aa11640f8
2000-06-07 18:08:02 +00:00
Just
cb317bfad3 The "flags" field is an unsigned short, not a byte
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@107 4cde692c-a291-49d1-8350-778aa11640f8
2000-06-07 18:07:14 +00:00
Just
a063f8b0f6 Roozbeh Pournader found a working version to one of the broken URLs in the Adobe document.
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@106 4cde692c-a291-49d1-8350-778aa11640f8
2000-05-26 13:08:10 +00:00
Just
e9bb079b44 updated to conform to the latest configuration (Adam Twardoch)
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@105 4cde692c-a291-49d1-8350-778aa11640f8
2000-04-29 08:13:09 +00:00
just
8ae13ae04a unix Makefile and Setup
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@104 4cde692c-a291-49d1-8350-778aa11640f8
2000-04-01 21:44:08 +00:00