summaryrefslogtreecommitdiff
path: root/src/font.c
Commit message (Collapse)AuthorAgeFilesLines
* Improve/simplify unicode text support - read string and encode into utf8 usingSteve Chaplin2010-09-191-22/+8
| | | | | | | | | | | | PyArg_ParseTuple. context.c pycairo_select_font_face pycairo_show_text pycairo_text_extents pycairo_text_path font.c toy_font_face_new scaled_font_text_extents
* === Pycairo 1.8.10 ===Steve Chaplin2010-09-121-56/+45
| | | | Many changes to make the code work with Python 3.
* Create the initial pycairo for Python 3.x git repo, using the py2cairo 1.8.10Steve Chaplin2010-05-311-0/+598
files. Remove autotools and setup.py files. Upgrade LGPL license to version 3, remove MPL license.