• Home
Name Date Size #Lines LOC

..--

lib/03-May-2024-262215

scripts/03-May-2024-117102

READMED03-May-2024588 115

setup.pyD03-May-20241.5 KiB4032

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