Merge pull request #24 from samyakbhuta/master

Moving README.txt to README.md
This commit is contained in:
Behdad Esfahbod 2013-11-14 17:31:15 -08:00
commit 2ee85985e4
2 changed files with 34 additions and 13 deletions

34
README.md Normal file
View File

@ -0,0 +1,34 @@
### What it is ?
Quoting from [TTX/FontTools Sourceforge Project](http://sourceforge.net/projects/fonttools/)
> a tool to convert OpenType and TrueType fonts to and from XML. FontTools is a library for manipulating fonts, written in Python. It supports TrueType, OpenType, AFM and to an extent Type 1 and some Mac-specific formats.
### Quick start
```python setup.py install```
From your command line type the above command to get fontools installed on your system.
### Installation
See [install.txt](https://github.com/behdad/fonttools/blob/master/Doc/install.txt) in the 'Doc' subdirectory for instructions on how to build and install TTX/FontTools from the sources.
### Documentation
#### What is TTX ?
See [documentation.html](https://github.com/behdad/fonttools/blob/master/Doc/documentation.html) in the "Doc" subdirectory for TTX usage instructions and information about the TTX file format.
### Community
* https://groups.google.com/d/forum/fonttools
### License
See "LICENSE.txt" for licensing information.
Have fun!
Just van Rossum <just@letterror.com>

View File

@ -1,13 +0,0 @@
See the file "documentation.html" in the "Doc" subdirectory for TTX
usage instructions and information about the TTX file format.
See the file "install.txt" in the "Doc" subdirectory for instructions
how to build and install TTX/FontTools from the sources.
Quick start: run python setup.py install from the command line.
See the file "LICENSE.txt" for licensing info.
Have fun!
Just van Rossum <just@letterror.com>