Skip to content

Automatically exported from code.google.com/p/sippy-ftgl

License

Notifications You must be signed in to change notification settings

mjpan/sippy-ftgl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Python binding for the FTGL library.  

It requires the following:
* FTGL v2.1.3~rc5 
* Freetype v2.3.9

Once installed (see INSTALL for instructions), your Python application can use FTGL as follows.

First, import the module:
        import FTGL

Usage is the same as the C++ API, with the following caveats:

* font.BBox method
  * Instead of font.BBox(...), one first creates a BBox
        bbox = FTGL.BBox()
  * now pass in the font and string value
        bbox.setValuesUsingFont(font, str)

About

Automatically exported from code.google.com/p/sippy-ftgl

Resources

License

Stars

Watchers

Forks

Packages

No packages published