Khaled Hosny
|
e0b517a6e7
|
A couple ufoLib.pointPen → pens.pointPen
|
2019-02-14 23:38:11 +02:00 |
|
Jens Kutilek
|
76e7b7a786
|
Add PointPen support to TT Glyph objects (#1334)
* Add drawPoints method to _g_l_y_f.Glyph
* Add drawPoints method to ttFont._TTGlyph
|
2018-10-18 11:52:38 +02:00 |
|
bgermann
|
d438f15118
|
Add missing import
|
2018-06-28 14:07:14 +02:00 |
|
Cosimo Lupo
|
ca92b172f5
|
ttFont: allow to build glyph order without post nor cmap, just maxp.numGlyphs
could be useful to read in incomplete sfnt fonts e.g. containing only GPOS or GSUB tables
and a bare maxp table with the numGlyphs
|
2018-05-06 15:33:18 +01:00 |
|
Jens Kutilek
|
ae4472860f
|
No need to use .keys()
|
2018-05-04 13:37:59 +02:00 |
|
Jens Kutilek
|
4a16d1839d
|
Add __len__ method to TTFont._TTGlyphSet
|
2018-05-04 13:12:18 +02:00 |
|
Andy Zickler
|
1e2ee8e15e
|
Add context guard to ttfont
|
2018-04-03 18:08:52 -04:00 |
|
Cosimo Lupo
|
6473cc9349
|
add more tests for userNameToFilename function
plus minor whitespace
|
2018-02-28 12:26:52 +00:00 |
|
Cosimo Lupo
|
232e2b8467
|
Revert "Merge pull request #1130 from anthrotype/temp-revert-split-glyphs"
This reverts commit 060f856f92e0fb2d8e60f6be080c89c08528bacb, reversing
changes made to 1e42224af741fac73e20f7193d8115cfda7d3594.
|
2018-02-28 11:24:19 +00:00 |
|
Chris Simpkins
|
5f36f03311
|
[ttFont] fixes xmlWriter import error in _saveXML method with ttx split tables requests
|
2018-02-21 12:33:01 -05:00 |
|
Behdad Esfahbod
|
c99a731adb
|
[ttc] Implement saveXML()
|
2018-01-25 17:50:03 -08:00 |
|
Behdad Esfahbod
|
f82128f25d
|
Kill progress argument
Fixes https://github.com/fonttools/fonttools/issues/1008
Doesn't touch xmlReader / xmlWriter modules.
|
2018-01-25 17:30:23 -08:00 |
|
Behdad Esfahbod
|
370368d8c2
|
[ttc] Implement table sharing in save()
|
2018-01-25 17:08:30 -08:00 |
|
Behdad Esfahbod
|
0daed6eb59
|
[ttc] Implement TTCollection.save()
Doesn't share tables currently.
|
2018-01-25 15:33:30 -08:00 |
|
Behdad Esfahbod
|
bd06ecce7c
|
[ttc] Towards saving TTCs, prep work
|
2018-01-25 15:08:31 -08:00 |
|
Cosimo Lupo
|
1c5e892894
|
revert closeStream to try fix failing pypy tests
reverts commit 28cf254c
|
2018-01-24 15:41:19 -08:00 |
|
Behdad Esfahbod
|
49b6004040
|
Move TTFont into fontTools.ttLib.ttFont
Users can still import TTFont from fontTools.ttLib. It was for
cleaning up only.
|
2018-01-23 16:12:46 -08:00 |
|