Home | History | Annotate | only in /external/harfbuzz_ng/contrib/python
Up to higher level directory
NameDateSize
lib/09-Oct-2013
README09-Oct-2013588
scripts/09-Oct-2013
setup.py09-Oct-20131.5K

README

      1 This contains a wrapping of harfbuzz into python. The module is dependent on pyrex. To build, type:
      2 
      3 python setup.py build
      4 
      5 In 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 
      7 Applications 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