History log of /external/fonttools/Lib/fontTools/ttLib/tables/_p_o_s_t.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ec8dccb7318988591aa65bdf3a70d521837d094b 28-Jan-2014 Olivier Berten <olivier.berten@gmail.com> More array instead of pack
/external/fonttools/Lib/fontTools/ttLib/tables/_p_o_s_t.py
149b9f97e39fa2ff3272a9677e49d9d3e7901140 28-Jan-2014 Olivier Berten <olivier.berten@gmail.com> use array instead of unpack
/external/fonttools/Lib/fontTools/ttLib/tables/_p_o_s_t.py
4a73f8b4e983b3910d888bab7d50293e363152e9 28-Jan-2014 Olivier Berten <olivier.berten@gmail.com> 'post' format 4.0 support
/external/fonttools/Lib/fontTools/ttLib/tables/_p_o_s_t.py
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/_p_o_s_t.py
43d7ac16b19f9cad251a8d74a0b93cf8d439fad7 16-Dec-2013 Behdad Esfahbod <behdad@behdad.org> py23 Similar encoding fix in post table
/external/fonttools/Lib/fontTools/ttLib/tables/_p_o_s_t.py
5f6418d9e1fa15a89dcec29cdc433ba2c99732c3 28-Nov-2013 Behdad Esfahbod <behdad@behdad.org> py23 Turn Unicode XML parsing on; more bytes fixes
/external/fonttools/Lib/fontTools/ttLib/tables/_p_o_s_t.py
5cf40083364e1d2dce119de25cb42ce69d2fb53c 28-Nov-2013 Behdad Esfahbod <behdad@behdad.org> py23 tostr()/tobytes() and using them

ttf->xml seems to be mostly working now.
/external/fonttools/Lib/fontTools/ttLib/tables/_p_o_s_t.py
319c5fd10e2ea84304bd299b7483e05b5b0d5480 28-Nov-2013 Behdad Esfahbod <behdad@behdad.org> py23 introduce byteord() and use it
/external/fonttools/Lib/fontTools/ttLib/tables/_p_o_s_t.py
32c10eecffb4923e0721c395e4b80fb732543f18 27-Nov-2013 Behdad Esfahbod <behdad@behdad.org> py23 from __future__ import division and adjust divisions
/external/fonttools/Lib/fontTools/ttLib/tables/_p_o_s_t.py
30e691edd056ba22fa8970280e986747817bec3d 27-Nov-2013 Behdad Esfahbod <behdad@behdad.org> py23 from __future__ import print_function
/external/fonttools/Lib/fontTools/ttLib/tables/_p_o_s_t.py
b7a2d797a40fb658d1e6dca6c08c9d2e1d83e78a 27-Nov-2013 Behdad Esfahbod <behdad@behdad.org> py23 Use bytechr() instead of chr()
/external/fonttools/Lib/fontTools/ttLib/tables/_p_o_s_t.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/_p_o_s_t.py
b774f9f684c5a0f91f5fa177c9a461968789123f 27-Nov-2013 Behdad Esfahbod <behdad@behdad.org> 2to3 --fix=types manual additions

Don't know why the tool didn't catch these.
/external/fonttools/Lib/fontTools/ttLib/tables/_p_o_s_t.py
ac1b4359467ca3deab03186a15eae1d55eb35567 27-Nov-2013 Behdad Esfahbod <behdad@behdad.org> 2to3 --fix=idioms
/external/fonttools/Lib/fontTools/ttLib/tables/_p_o_s_t.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/_p_o_s_t.py
dc7e6f3e5563a853477ebe26166b002c158dbe8b 27-Nov-2013 Behdad Esfahbod <behdad@behdad.org> 2to3 --fix=repr
/external/fonttools/Lib/fontTools/ttLib/tables/_p_o_s_t.py
cd5aad92f23737ff93a110d5c73d624658a28da8 27-Nov-2013 Behdad Esfahbod <behdad@behdad.org> 2to3 --fix=raise
/external/fonttools/Lib/fontTools/ttLib/tables/_p_o_s_t.py
180ace6a5ff1399ec53bc696e8bef7cce6eef39a 27-Nov-2013 Behdad Esfahbod <behdad@behdad.org> 2to3 --fix=ne
/external/fonttools/Lib/fontTools/ttLib/tables/_p_o_s_t.py
2b06aaa2a6bcd363c25fb0c43f6bb906906594bd 27-Nov-2013 Behdad Esfahbod <behdad@behdad.org> 2to3 --fix=import
/external/fonttools/Lib/fontTools/ttLib/tables/_p_o_s_t.py
bc5e1cb195c0bfa1c8e7507326d5a9ad05aecb4b 27-Nov-2013 Behdad Esfahbod <behdad@behdad.org> 2to3 --fix=has_key
/external/fonttools/Lib/fontTools/ttLib/tables/_p_o_s_t.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/_p_o_s_t.py
85be2e0a9773acec3c6d14c345b1fd94ab3aa5c3 25-Jul-2013 Behdad Esfahbod <behdad@behdad.org> Change duplicate-name resolution from n^2 to linear time

For a font with thousands of glyphs with the same name (like ipagp.ttf)
this was taking 9 seconds to complete. Less than a millisecond now!
/external/fonttools/Lib/fontTools/ttLib/tables/_p_o_s_t.py
9be387c94ff8199f8031b7f11f06c52cce5ccf6d 01-Mar-2008 jvr <jvr@4cde692c-a291-49d1-8350-778aa11640f8> Use sys.byteorder, getting rid of ttLib.endian


git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@527 4cde692c-a291-49d1-8350-778aa11640f8
/external/fonttools/Lib/fontTools/ttLib/tables/_p_o_s_t.py
04985bfdded4d445c67524b018965df1f4a4c313 12-Jan-2006 fcoiffie <fcoiffie@4cde692c-a291-49d1-8350-778aa11640f8> Unsigned long data field must be packed with "L" instead of "l" (sometimes an OverflowError can occur)


git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@501 4cde692c-a291-49d1-8350-778aa11640f8
/external/fonttools/Lib/fontTools/ttLib/tables/_p_o_s_t.py
22dcb9e6f9a9d087e87cece6caca6aa5d92f4d91 10-May-2002 jvr <jvr@4cde692c-a291-49d1-8350-778aa11640f8> a few cosmetic/style changes


git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@206 4cde692c-a291-49d1-8350-778aa11640f8
/external/fonttools/Lib/fontTools/ttLib/tables/_p_o_s_t.py
0d762b00de43e9c73a77969afb52a68f1974c54e 05-May-2002 jvr <jvr@4cde692c-a291-49d1-8350-778aa11640f8> use dict for extraNames lookups, getting rid of quadratic behavior


git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@200 4cde692c-a291-49d1-8350-778aa11640f8
/external/fonttools/Lib/fontTools/ttLib/tables/_p_o_s_t.py
f9104bcc2cd61bf029ac6736ef0ee98968bde472 17-Jan-2002 jvr <jvr@4cde692c-a291-49d1-8350-778aa11640f8> another buggy font workaround; sped up unpackPStrings somewhat


git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@177 4cde692c-a291-49d1-8350-778aa11640f8
/external/fonttools/Lib/fontTools/ttLib/tables/_p_o_s_t.py
c2b05ccf8ce7b8ae80e06b667152398ebd4c4872 05-Nov-2001 jvr <jvr@4cde692c-a291-49d1-8350-778aa11640f8> fixed post table format 1 error: even though the glyph order is fixed,
that doesn't mean all glyphs in the standard order are there.


git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@174 4cde692c-a291-49d1-8350-778aa11640f8
/external/fonttools/Lib/fontTools/ttLib/tables/_p_o_s_t.py
fdea99d2655f4d22542f94a8499e5a3308607776 23-Aug-2000 Just <Just@4cde692c-a291-49d1-8350-778aa11640f8> minor fix


git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@118 4cde692c-a291-49d1-8350-778aa11640f8
/external/fonttools/Lib/fontTools/ttLib/tables/_p_o_s_t.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/_p_o_s_t.py