History log of /external/fonttools/Lib/fontTools/ttLib/tables/_h_h_e_a.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1ae29591efbb29492ce05378909ccf4028d7c1ee 14-Jan-2014 Behdad Esfahbod <behdad@behdad.org> from __future__ import absolute_import

Such that our Python 2 is closer to Python 3.

Part of https://github.com/behdad/fonttools/issues/77
/external/fonttools/Lib/fontTools/ttLib/tables/_h_h_e_a.py
32c10eecffb4923e0721c395e4b80fb732543f18 27-Nov-2013 Behdad Esfahbod <behdad@behdad.org> py23 from __future__ import division and adjust divisions
/external/fonttools/Lib/fontTools/ttLib/tables/_h_h_e_a.py
30e691edd056ba22fa8970280e986747817bec3d 27-Nov-2013 Behdad Esfahbod <behdad@behdad.org> py23 from __future__ import print_function
/external/fonttools/Lib/fontTools/ttLib/tables/_h_h_e_a.py
7ed91eca1eaa96b79eae780778e89bb9ec44c1ee 27-Nov-2013 Behdad Esfahbod <behdad@behdad.org> py23 import in all nontrivial source files and unused import cleanup
/external/fonttools/Lib/fontTools/ttLib/tables/_h_h_e_a.py
ecbe4c87b5b4b57ee965c3f9c0302cb4044a6875 27-Nov-2013 Behdad Esfahbod <behdad@behdad.org> 2to3 --fix=numliterals with manual cleanup
/external/fonttools/Lib/fontTools/ttLib/tables/_h_h_e_a.py
3a9fd301808f5a8991ca9ac44028d1ecb22d307f 27-Nov-2013 Behdad Esfahbod <behdad@behdad.org> 2to3 equivalent to --fix=tuple_params

I hope I got this all right...
/external/fonttools/Lib/fontTools/ttLib/tables/_h_h_e_a.py
2b06aaa2a6bcd363c25fb0c43f6bb906906594bd 27-Nov-2013 Behdad Esfahbod <behdad@behdad.org> 2to3 --fix=import
/external/fonttools/Lib/fontTools/ttLib/tables/_h_h_e_a.py
bc5e1cb195c0bfa1c8e7507326d5a9ad05aecb4b 27-Nov-2013 Behdad Esfahbod <behdad@behdad.org> 2to3 --fix=has_key
/external/fonttools/Lib/fontTools/ttLib/tables/_h_h_e_a.py
978b1ea8774d2ed24d12099b60bfa53fea3239b4 15-Nov-2013 Behdad Esfahbod <behdad@behdad.org> Indent
/external/fonttools/Lib/fontTools/ttLib/tables/_h_h_e_a.py
246301acc9a54c38f83dcbc9b15127edff33b804 15-Nov-2013 Behdad Esfahbod <behdad@behdad.org> Fixup hhea recalc after 9222b8ef93fd6b41f9c4dcf152593cd0c80f0ba4
/external/fonttools/Lib/fontTools/ttLib/tables/_h_h_e_a.py
c360f047541040df9ff37617ea110f334886aa40 15-Nov-2013 Roozbeh Pournader <roozbeh@google.com> Separate out the logic of computing advanceWidthMax from minLeftSideBearing, minRightSideBearing, and xMaxExtent for minimal fonts.
/external/fonttools/Lib/fontTools/ttLib/tables/_h_h_e_a.py
7bdf6d39fc124bfcbc8bafb0c3f7a64b5c85cd2f 14-Nov-2013 Behdad Esfahbod <behdad@behdad.org> Minor
/external/fonttools/Lib/fontTools/ttLib/tables/_h_h_e_a.py
9222b8ef93fd6b41f9c4dcf152593cd0c80f0ba4 14-Nov-2013 Behdad Esfahbod <behdad@behdad.org> Consider composite glyphs when recalcing 'hhea' values

Fixes https://github.com/behdad/fonttools/issues/20
/external/fonttools/Lib/fontTools/ttLib/tables/_h_h_e_a.py
335f182a585975725c316d66add5e8cdd9f34e6a 14-Nov-2013 Behdad Esfahbod <behdad@behdad.org> Consider advance width of all glyphs when recalcing 'hhea'

Part of https://github.com/behdad/fonttools/issues/20
/external/fonttools/Lib/fontTools/ttLib/tables/_h_h_e_a.py
d95db25720eff340230e33971f95de846d2ef96c 26-Oct-2013 Behdad Esfahbod <behdad@behdad.org> Indent
/external/fonttools/Lib/fontTools/ttLib/tables/_h_h_e_a.py
cff3740f1440997cd013f538fecb06243d13c6a1 09-Oct-2013 Denis Jacquerye <denis.jacquerye@daltonmaag.com> * wrong indentation after else
/external/fonttools/Lib/fontTools/ttLib/tables/_h_h_e_a.py
d7921e33d9d1944c394e6c17b3746e7108dd1da4 09-Oct-2013 Roozbeh Pournader <roozbeh@google.com> Improved support for minimal fonts (with no visible glyphs).
/external/fonttools/Lib/fontTools/ttLib/tables/_h_h_e_a.py
8413c108d21e8cf0e9059bbfffde8d13f2616340 17-Sep-2013 Behdad Esfahbod <behdad@behdad.org> 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".
/external/fonttools/Lib/fontTools/ttLib/tables/_h_h_e_a.py
5aaeac333388f2859191e2648e2b8287372a1637 01-Sep-2003 jvr <jvr@4cde692c-a291-49d1-8350-778aa11640f8> Ha, a reserved field got eaten. Noticed by Yannis Haralambous.


git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@443 4cde692c-a291-49d1-8350-778aa11640f8
/external/fonttools/Lib/fontTools/ttLib/tables/_h_h_e_a.py
6d73fdef1cd1e62a230647845d37915f0f8df792 13-May-2002 jvr <jvr@4cde692c-a291-49d1-8350-778aa11640f8> this wasn't meant te be checked in yet.


git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@229 4cde692c-a291-49d1-8350-778aa11640f8
/external/fonttools/Lib/fontTools/ttLib/tables/_h_h_e_a.py
e69caf8771a0dd675ca3c4490625dac963a6b65c 13-May-2002 jvr <jvr@4cde692c-a291-49d1-8350-778aa11640f8> more cosmetics


git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@227 4cde692c-a291-49d1-8350-778aa11640f8
/external/fonttools/Lib/fontTools/ttLib/tables/_h_h_e_a.py
3e097c609540944dd9290ad58df346ca86492031 23-Dec-1999 Just <Just@4cde692c-a291-49d1-8350-778aa11640f8> don't recalc a number of things then TTFont().recalcBBoxes is off. This allows us to compact glyphs right after they've been parsed from XML, which should greatly reduce memory usage, and therefore should speedup compiling large fonts.


git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@31 4cde692c-a291-49d1-8350-778aa11640f8
/external/fonttools/Lib/fontTools/ttLib/tables/_h_h_e_a.py
7842e56b97ce677b83bdab09cda48bc2d89ac75a 16-Dec-1999 Just <Just@4cde692c-a291-49d1-8350-778aa11640f8> Created a new library directory called "FreeLib". All OpenSource RFMKII components will reside there, fontTools being the flagship.


git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@2 4cde692c-a291-49d1-8350-778aa11640f8
/external/fonttools/Lib/fontTools/ttLib/tables/_h_h_e_a.py