73 Commits

Author SHA1 Message Date
Gustavo Ferreira
c826e5d88f adding Sphinx to dev-requirements.txt, restoring ttx man page 2017-04-24 10:42:42 -03:00
Gustavo Ferreira
9eae1bd2e0 setting up Sphinx-based autodocs 2017-04-21 19:47:28 -03:00
Cosimo Lupo
46fdd14bb1
[Doc] move man pages to Doc/man/man1 sub-folder
it's better to group man pages in a separate sub-folder in case we add alternative doc formats in the future, or if we add additional man pages.

This also allows to read man pages directly from the source tree, e.g. via `export MANPATH=Doc/man`, or `man -M Doc/man ttx`
2017-01-11 13:18:57 +00:00
Cosimo Lupo
dd5d442ea6 Revert "Remove old 'Doc/ttx.1'"
This reverts commit fe90e12601b9bea3983ddc1c0ec58303d14bbbe3.

Khaled commented:

> We either need to update the man page or find a way to generate it from other
existing documentation, not just drop it entirely with no replacement

fe90e12601 (commitcomment-18713586)
2016-08-20 11:30:18 +01:00
Cosimo Lupo
fe90e12601 Remove old 'Doc/ttx.1' man page as outdated, not working on Mac/Windows
The file contains outdated information and nobody is maintaining it any longer.
Plus it only works on Linux, and only if pip installing as sudo (which is bad!).

We need proper Sphinx+ReadTheDocs kind of documentation.
2016-08-19 12:27:09 +01:00
Dave Crossland
f439b55a1f Doc/changes.txt -> CHANGELOG.txt 2015-12-08 18:25:31 +00:00
Dave Crossland
1c3f3e6374 Update Doc/changes.txt: summarize last 2 releases 2015-12-08 18:25:11 +00:00
Dave Crossland
2340a9cfbd rm Doc/install.txt 2015-12-08 18:25:00 +00:00
Dave Crossland
67f7825883 Delete documentation.html 2015-09-09 14:48:09 -04:00
Cosimo Lupo
c67295d759 remove remaining references to fondLib in macUtils.py and install.txt
Fixes #319
2015-07-08 16:40:19 +01:00
Sascha Brawer
48cfcb076f Add ‘meta’ to the list of supported tables 2015-07-03 15:13:04 +02:00
Sascha Brawer
cd3c28ab2d [GX] Support 'avar' table 2015-06-20 00:13:01 +02:00
Sascha Brawer
2e6522c619 Re-generated table list now that ‘gvar’ is a supported table
Change was auto-generated by MetaTools/buildTableList.py
2015-06-12 22:25:14 +02:00
Sascha Brawer
dc8a66956a Support 'ltag' table for IETF BCP-47 language tags
Resolves #226
2015-04-14 17:50:42 -07:00
Behdad Esfahbod
b9ac90a8f9 [GX] Add 'fvar' table support
I might change the table format in the future, but it's functional now.
2015-03-11 15:29:35 -07:00
Behdad Esfahbod
730bedd3d1 [AAT] Add support for 'feat' table
Reusing the otData machinery.

See discussion at:
https://github.com/behdad/fonttools/issues/178
https://github.com/behdad/fonttools/pull/180
2014-09-30 19:04:16 -04:00
Cosimo Lupo
e386a1a408 update table's list through MetaTools/buildTableList.py 2014-08-13 19:51:47 +01:00
Denis Jacquerye
871495aff5 Add support for FontForge time stamp table
Fixes https://github.com/behdad/fonttools/issues/56
2013-12-08 19:32:21 -05:00
Behdad Esfahbod
98753abb91 Update table list for sbix 2013-12-06 19:55:29 -05:00
Paul Wise
0fff29aee5 Switched VCS from Subversion to git. 2013-11-19 00:37:29 +01:00
Behdad Esfahbod
562400ea10 Update table list for SVG 2013-08-29 16:15:14 -04:00
Behdad Esfahbod
50d9a44e58 Add support for Microsoft COLR/CPAL layered color glyphs 2013-08-19 14:16:06 -04:00
Matt Fontaine
b9ba775413 Add support for Google CBLC/CBDT color bitmaps 2013-08-19 14:15:58 -04:00
Matt Fontaine
c33b0a22ef Add support for standard EBLC/EBDT embedded bitmaps 2013-08-19 14:15:46 -04:00
pabs3
ec62dbe03e Release fonttools version 2.4
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@619 4cde692c-a291-49d1-8350-778aa11640f8
2013-06-22 14:25:03 +00:00
pabs3
5f4193373b Writing to stdout is not actually implemented yet
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@615 4cde692c-a291-49d1-8350-778aa11640f8
2013-06-22 06:47:34 +00:00
pabs3
fb37a24708 Implement writing output to arbitrary files including stdout.
Partially-fixes: http://sourceforge.net/p/fonttools/feature-requests/7/

git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@614 4cde692c-a291-49d1-8350-778aa11640f8
2013-06-22 06:43:01 +00:00
pabs3
1344bc9b62 Fix typos: 'neccesary' should be 'necessary'.
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@581 4cde692c-a291-49d1-8350-778aa11640f8
2010-01-09 09:12:11 +00:00
pabs3
e7689a4856 Release fonttools version 2.3
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@579 4cde692c-a291-49d1-8350-778aa11640f8
2009-11-08 15:58:24 +00:00
pabs3
711afe95fc Add brief entries to Doc/changes.txt for the past two releases.
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@574 4cde692c-a291-49d1-8350-778aa11640f8
2009-11-08 15:52:26 +00:00
pabs3
b86bf2286a Drop version number from Doc/install.txt
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@573 4cde692c-a291-49d1-8350-778aa11640f8
2009-11-08 15:51:41 +00:00
pabs3
6f22ca45ba Document the new -y option to choose which font in a TTC to decompile.
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@571 4cde692c-a291-49d1-8350-778aa11640f8
2009-11-08 11:19:51 +00:00
pabs3
005f59e389 Adapt Doc and MetaTools to the use of SVN instead of CVS
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@565 4cde692c-a291-49d1-8350-778aa11640f8
2009-03-22 15:32:29 +00:00
pabs3
ba31c60465 Update changelog
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@560 4cde692c-a291-49d1-8350-778aa11640f8
2008-05-18 06:30:47 +00:00
pabs3
3697259346 Add cleaned-up and updated manual page from the Debian package.
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@552 4cde692c-a291-49d1-8350-778aa11640f8
2008-05-16 08:45:43 +00:00
jvr
3afe3817cb updated for numpy (this file needs a thorough review)
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@540 4cde692c-a291-49d1-8350-778aa11640f8
2008-03-04 15:42:38 +00:00
jvr
e45b2f1a0c updated change log
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@533 4cde692c-a291-49d1-8350-778aa11640f8
2008-03-01 17:26:14 +00:00
jvr
4dd7a4cfbc see sf tracker
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@530 4cde692c-a291-49d1-8350-778aa11640f8
2008-03-01 17:03:35 +00:00
pabs3
e307d81d4b Update changelog
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@520 4cde692c-a291-49d1-8350-778aa11640f8
2008-01-28 07:11:06 +00:00
pabs3
af37f54e52 Update the changelog from the CVS history
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@517 4cde692c-a291-49d1-8350-778aa11640f8
2008-01-28 04:22:26 +00:00
jvr
4cc0051c08 Some non-official OT tables from rrboerts. He wrote:
There are also some new files, for SING glyphlet support, that you
may or may not want to add, because they are not in the OpenType spec.

M_E_T_A_.py # SING glyphlet meta data table. see
'http://partners.adobe.com/public/developer/opentype/gdk/topic.html"
S_I_N_G_.py # SING glyphlet basic info. See same web site as for META
data table.

G_M_A_P_.py # Summary of sing glyphlet info that has been stuck into
a parent font. Not documented anywhere yet.
G_P_K_G_.py # Opaque wrapper for SING glyphlet info; travels with
application document. Is also stuck into augmented parent font. Not
documented anywhere yet


git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@507 4cde692c-a291-49d1-8350-778aa11640f8
2006-10-21 13:27:25 +00:00
jvr
cecd58c31c hm, it's been more than a year and a half since I regenerated ChangeLog.txt...
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@486 4cde692c-a291-49d1-8350-778aa11640f8
2005-02-23 22:15:14 +00:00
jvr
81383d6efc more acks
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@444 4cde692c-a291-49d1-8350-778aa11640f8
2003-09-01 16:10:22 +00:00
jvr
bb6041f834 *** empty log message ***
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@442 4cde692c-a291-49d1-8350-778aa11640f8
2003-08-30 06:46:56 +00:00
jvr
d453a23b38 typo pointed out by Adam T.
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@427 4cde692c-a291-49d1-8350-778aa11640f8
2003-08-26 12:02:48 +00:00
jvr
77bc20a387 add rroberts to the Acknowledgements section; updated some years
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@424 4cde692c-a291-49d1-8350-778aa11640f8
2003-08-25 21:16:12 +00:00
jvr
808c7885bd lots of stuff
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@421 4cde692c-a291-49d1-8350-778aa11640f8
2003-08-25 13:18:23 +00:00
jvr
85d53a8185 it's been a while.
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@376 4cde692c-a291-49d1-8350-778aa11640f8
2002-10-29 15:51:38 +00:00
jvr
a6eeeac5d6 note about maxp change
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@369 4cde692c-a291-49d1-8350-778aa11640f8
2002-09-16 08:21:30 +00:00
jvr
f7f0f74419 ugh, the zfill string method doesn't exist in 2.2.1 and earlier :-(
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@366 4cde692c-a291-49d1-8350-778aa11640f8
2002-09-14 15:31:26 +00:00