* include/freetype/freetype.h (FT_Encoding): Fix entry for latin-2.
This commit is contained in:
parent
ad46b8892f
commit
fa17b90650
|
@ -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'
|
||||
|
|
|
@ -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' )
|
||||
|
||||
|
|
Loading…
Reference in New Issue