mirror of
https://github.com/google/pebble.git
synced 2025-08-23 17:17:25 -04:00
Import of the watch repository from Pebble
This commit is contained in:
commit
3b92768480
10334 changed files with 2564465 additions and 0 deletions
15
tools/font/README.md
Normal file
15
tools/font/README.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
Pebble Font Renderer Script
|
||||
===========================
|
||||
|
||||
These Python scripts take TrueType font files, renders a set of glyps and outputs them into .h files in the appropriate structure for consumption by Pebble's text rendering routines.
|
||||
|
||||
Requirements:
|
||||
-------------
|
||||
* freetype library
|
||||
* freetype-py binding
|
||||
|
||||
http://code.google.com/p/freetype-py/
|
||||
|
||||
**Mac OS X and freetype-py**: the freetype binding works with the Freetype library that ships with Mac OS X (/usr/X11/lib/libfreetype.dylib), but you need to patch setup.py using this diff file:
|
||||
|
||||
https://gist.github.com/3345193
|
Loading…
Add table
Add a link
Reference in a new issue