summaryrefslogtreecommitdiff
path: root/third_party/freetype-py/NOTES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/freetype-py/NOTES.txt')
-rw-r--r--third_party/freetype-py/NOTES.txt40
1 files changed, 40 insertions, 0 deletions
diff --git a/third_party/freetype-py/NOTES.txt b/third_party/freetype-py/NOTES.txt
new file mode 100644
index 0000000..4fdf1b4
--- /dev/null
+++ b/third_party/freetype-py/NOTES.txt
@@ -0,0 +1,40 @@
+Release notes for 0.4.1
+=======================
+* Fixed a bug in Face.load_char
+* Added get_format and get_fstype in Face (titusz.pan)
+
+Release notes for 0.3.3
+=======================
+* Fixed a bug in get_kerning
+* Added test against freetype version for FT_ReferenceFace and FT_Get_FSType_Flags
+
+Release notes for 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.
+
+Release notes for 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
+
+Release notes for 0.3.0
+=======================
+* Added ftdump.py demo and necessary functions
+
+Release notes for 0.2.0
+=======================
+* Added sfnt functions
+* Added TT_XXX flags in ft_enums
+* New examples
+
+Release notes for 0.1.1
+=======================
+* Initial release
+* Working examples