• Home
  • History
  • Annotate
  • only in /external/harfbuzz_ng/contrib/python/
NameDateSize

..24-Jul-20134 KiB

lib/24-Jul-20134 KiB

README24-Jul-2013588

scripts/24-Jul-20134 KiB

setup.py24-Jul-20131.5 KiB

README

1This contains a wrapping of harfbuzz into python. The module is dependent on pyrex. To build, type:
2
3python setup.py build
4
5In addition there is a test application, hbtestfont. It has GTK based gui output and for this, python modules for gtk, gobject and cairo are needed. The application may be run without gui output using the --nogui option.
6
7Applications may be executed in the build context, without needing to install any modules or libraries, using the runpy script from the contrib/python directory. Thus one might type:
8
9./runpy script/hbtestfont -f "Charis SIL" 0048 0069 0303
10
11