* include/freetype/freetype.h (FT_Encoding): Fix entry for latin-2.

This commit is contained in:
Werner Lemberg 2002-10-23 09:24:23 +00:00
parent eacb9306c0
commit cb544d3ac1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-10-22 Giuseppe Ghibò <ghibo@mandrakesoft.com>
* include/freetype/freetype.h (FT_Encoding): Fix entry for latin-2.
2002-10-07 Werner Lemberg <wl@gnu.org>
* include/freetype/freetype.h (FT_Open_Face): Use `const' for `args'

View File

@ -529,7 +529,7 @@ FT_BEGIN_HEADER
FT_ENC_TAG( FT_ENCODING_ADOBE_CUSTOM, 'A', 'D', 'B', 'C' ),
FT_ENC_TAG( FT_ENCODING_ADOBE_LATIN_1, 'l', 'a', 't', '1' ),
FT_ENC_TAG( FT_ENCODING_LATIN_2, 'l', 'a', 't', '2' ),
FT_ENC_TAG( FT_ENCODING_OLD_LATIN_2, 'l', 'a', 't', '2' ),
FT_ENC_TAG( FT_ENCODING_APPLE_ROMAN, 'a', 'r', 'm', 'n' )