mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2025-12-22 15:30:04 +01:00
* include/freetype/freetype.h (FT_Encoding): Fix entry for latin-2.
This commit is contained in:
parent
eacb9306c0
commit
cb544d3ac1
2 changed files with 5 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue