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 |
|
Just
|
3618300613
|
some minor improvements
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@103 4cde692c-a291-49d1-8350-778aa11640f8
|
2000-03-28 10:38:43 +00:00 |
|
Just
|
8ab68261d8
|
don't barf if there are no subroutines
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@102 4cde692c-a291-49d1-8350-778aa11640f8
|
2000-03-28 10:37:25 +00:00 |
|
Just
|
1c1d059219
|
updated to Unicode 3.0 by Antoine Leca.
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@101 4cde692c-a291-49d1-8350-778aa11640f8
|
2000-03-28 10:33:58 +00:00 |
|
Just
|
ec66f09f4c
|
mac readme file
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@99 4cde692c-a291-49d1-8350-778aa11640f8
|
2000-03-15 20:57:59 +00:00 |
|
Just
|
3d2d8a60bd
|
known bugs and last changes
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@98 4cde692c-a291-49d1-8350-778aa11640f8
|
2000-03-15 20:56:56 +00:00 |
|
Just
|
e5ad9c959b
|
finally written some more doco
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@97 4cde692c-a291-49d1-8350-778aa11640f8
|
2000-03-15 20:56:20 +00:00 |
|
Just
|
ea03d67973
|
updated license
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@96 4cde692c-a291-49d1-8350-778aa11640f8
|
2000-03-15 20:55:58 +00:00 |
|
Just
|
480b26e4a8
|
new minimal readme file
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@95 4cde692c-a291-49d1-8350-778aa11640f8
|
2000-03-15 20:55:29 +00:00 |
|
Just
|
5216353ab4
|
added doc strings to empty __init__.py files: WinZip apparently skips empty files. Doh!
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@94 4cde692c-a291-49d1-8350-778aa11640f8
|
2000-03-14 23:21:41 +00:00 |
|
Just
|
7bf760f45c
|
fixed multi-arg .append() call, for Python 1.6 compatibility.
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@93 4cde692c-a291-49d1-8350-778aa11640f8
|
2000-03-14 23:21:26 +00:00 |
|
Just
|
d29f289911
|
- some method name changes
- check for 3,0 platform/encoding wide strings
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@92 4cde692c-a291-49d1-8350-778aa11640f8
|
2000-03-14 23:03:53 +00:00 |
|
Just
|
7f34d735e0
|
minor fixes. Note: format2 is not implemented correctly!
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@91 4cde692c-a291-49d1-8350-778aa11640f8
|
2000-03-14 23:02:33 +00:00 |
|
Just
|
670c985d76
|
added doc strings to empty __init__.py files: WinZip apparently skips empty files. Doh!
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@90 4cde692c-a291-49d1-8350-778aa11640f8
|
2000-03-14 23:01:03 +00:00 |
|
Just
|
83736c6ffd
|
fixed multi-arg .append() call, for Python 1.6 compatibility.
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@89 4cde692c-a291-49d1-8350-778aa11640f8
|
2000-03-14 23:00:21 +00:00 |
|
Just
|
4ff3ba99a7
|
changes reflecting a method name change in the kern table.
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@88 4cde692c-a291-49d1-8350-778aa11640f8
|
2000-03-14 22:59:39 +00:00 |
|