[freetype-py] r83 committed - Fix ft_face_flags (issue #28)

0 views
Skip to first unread message

freet...@googlecode.com

unread,
Jun 27, 2013, 2:04:51 AM6/27/13
to freetype-...@googlegroups.com
Revision: 83
Author: Nicolas.Rougier
Date: Wed Jun 26 23:04:39 2013
Log: Fix ft_face_flags (issue #28)
http://code.google.com/p/freetype-py/source/detail?r=83

Modified:
/trunk/freetype/ft_enums/ft_face_flags.py

=======================================
--- /trunk/freetype/ft_enums/ft_face_flags.py Thu Nov 8 23:52:27 2012
+++ /trunk/freetype/ft_enums/ft_face_flags.py Wed Jun 26 23:04:39 2013
@@ -127,8 +127,8 @@
'FT_FACE_FLAG_GLYPH_NAMES' : 1 << 9,
'FT_FACE_FLAG_EXTERNAL_STREAM' : 1 << 10,
'FT_FACE_FLAG_HINTER' : 1 << 11,
- 'FT_FACE_FLAGS_CID_KEYED' : 1 << 12,
- 'FT_FACE_FLAGS_CID_TRICKY' : 1 << 13
+ 'FT_FACE_FLAG_CID_KEYED' : 1 << 12,
+ 'FT_FACE_FLAG_CID_TRICKY' : 1 << 13
}
globals().update(FT_FACE_FLAGS)

Reply all
Reply to author
Forward
0 new messages