/python-ftgl

Python FTGL binding

Primary LanguageC++MIT LicenseMIT

python-ftgl

Build

python setup.py build

Usage

import ftgl
font = ftgl.FTGLPixmapFont("Arial.ttf")
font.FaceSize(72)
font.Render("Hello World!")