summaryrefslogtreecommitdiff
path: root/third_party/freetype-py/doc/notes.rst
diff options
context:
space:
mode:
authorJames Godfrey-Kittle <jamesgk@google.com>2015-04-14 17:30:59 -0700
committerJames Godfrey-Kittle <jamesgk@google.com>2015-04-16 12:16:35 -0700
commit9c7be85eee749f620d722c8e0382bad3ed34c1b8 (patch)
tree7a955704e731626a4353f3285253c92654acdf9f /third_party/freetype-py/doc/notes.rst
parentba03b84b90b50afd99f9688059447bc545e5c0e1 (diff)
Remove freetype-py from repo, refer to GitHub.
Diffstat (limited to 'third_party/freetype-py/doc/notes.rst')
-rw-r--r--third_party/freetype-py/doc/notes.rst44
1 files changed, 0 insertions, 44 deletions
diff --git a/third_party/freetype-py/doc/notes.rst b/third_party/freetype-py/doc/notes.rst
deleted file mode 100644
index 95eeba7..0000000
--- a/third_party/freetype-py/doc/notes.rst
+++ /dev/null
@@ -1,44 +0,0 @@
-=============
-Release notes
-=============
-
-0.4.1
-=====
-* Fixed a bug in Face.load_char
-* Added get_format and get_fstype in Face (titusz.pan)
-
-0.3.3
-=====
-* Fixed a bug in get_kerning
-* Added test against freetype version for FT_ReferenceFace and FT_Get_FSType_Flags
-
-0.3.2
-=====
-* Added wordle.py example
-* Added get_bbox for Outline class
-* Added get_cbox for Outline and Glyph classes
-* Added __del__ method to Face class
-* Set encoding (utf-8) to all source files and examples.
-* Added test against freetype version for FT_Library_SetLcdFilterWeights.
-
-0.3.1
-=====
-* Added FT_Stroker bindings (enums, structs and methods)
-* Added ft-outline and ft-color examples
-* Fixed first/next char in Face
-* Pythonic interface has been documented
-
-0.3.0
-=====
-* Added ftdump.py demo and necessary functions
-
-0.2.0
-=====
-* Added sfnt functions
-* Added TT_XXX flags in ft_enums
-* New examples
-
-0.1.1
-=====
-* Initial release
-* Working examples