summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRoozbeh Pournader <roozbeh@google.com>2015-04-16 15:47:28 -0700
committerRoozbeh Pournader <roozbeh@google.com>2015-04-16 15:47:28 -0700
commitd6b138de00af0df9771ce30f834d099edf214d0b (patch)
tree7ad6355ffd09dd1f1339446ee229ace0e026005e /README.md
parent281d78a68d722564a11cd87fe18bca90fbec08b7 (diff)
[minor] Make README.md fit in 80 columns.
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 12 insertions, 5 deletions
diff --git a/README.md b/README.md
index 940ba11..4c28ee0 100644
--- a/README.md
+++ b/README.md
@@ -3,23 +3,30 @@ The Roboto build toolchain depends on:
- FontTools (https://github.com/behdad/fonttools)
- RoboFab (https://github.com/robofab-developers/robofab)
-- An expanded version of Tal Leming's feaTools (https://github.com/jamesgk/feaTools/tree/expanded), for feature handling.
-- BooleanOperations (https://github.com/typemytype/booleanOperations), for glyph overlap removal.
+- An expanded version of Tal Leming's feaTools
+ (https://github.com/jamesgk/feaTools/tree/expanded), for feature handling.
+- BooleanOperations (https://github.com/typemytype/booleanOperations), for
+ glyph overlap removal.
### OTF Generation
OTF generation depends on:
- ufo2fdk (https://github.com/typesupply/ufo2fdk)
-- Open-source portions of the AFDKO (https://github.com/adobe-type-tools/afdko/releases)
+- Open-source portions of the AFDKO
+ (https://github.com/adobe-type-tools/afdko/releases)
-The AFDKO from GitHub can be time consuming to setup. It is easier to just use the variety which includes closed-source tools (http://www.adobe.com/devnet/opentype/afdko.html), though these closed-source portions are not used to build Roboto.
+The AFDKO from GitHub can be time consuming to setup. It is easier to just use
+the variety which includes closed-source tools
+(http://www.adobe.com/devnet/opentype/afdko.html), though these closed-source
+portions are not used to build Roboto.
### TTF Generation
TTF generation depends on:
- FontForge (https://github.com/fontforge/fontforge)
-Whose Python interface should be availabe on Ubuntu by default via `apt-get install fontforge` and `apt-get install python-fontforge`.
+Whose Python interface should be availabe on Ubuntu by default via `apt-get
+install fontforge` and `apt-get install python-fontforge`.
# Testing
Test scripts (specifically, code in common-tests.py) depend on: