Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Ted Patrick committed Dec 10, 2014
1 parent f8a8975 commit fefacae
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions tools/font_export/README
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,18 @@ DO NOT EXPORT FONTS WITHOUT A PROPER LICENSE.

1. Install Python, fontforge

2. Place TTF or OTF fonts in "source_fonts" directory
2. Create the following Directories: font, source_fonts, svg, svgff, web_fonts

3. Run:
3. Place TTF or OTF fonts in "source_fonts" directory

4. Run:

$ fontforge -script convert.pe source_fonts/*.ttf
$ fontforge -script convert.pe source_fonts/*.otf

4. COPY .SVG Files from source_fonts to "svgff" directory
5. COPY .SVG Files from source_fonts to "svgff" directory

5. Run:
6. Run:
python main.py

6. exported fonts are in the 'fonts' directory
7. exported fonts are in the 'fonts' directory

0 comments on commit fefacae

Please sign in to comment.