shithub: freetype+ttf2subf

Download patch

ref: cb544d3ac10919d22bc21d3af23f415a56804518
parent: eacb9306c03ad97053865eadb07fb9ae709951c0
author: Werner Lemberg <[email protected]>
date: Wed Oct 23 05:24:23 EDT 2002

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

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-10-22  Giuseppe Ghib� <[email protected]>
+
+	* include/freetype/freetype.h (FT_Encoding): Fix entry for latin-2.
+
 2002-10-07  Werner Lemberg  <[email protected]>
 
 	* include/freetype/freetype.h (FT_Open_Face): Use `const' for `args'
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -529,7 +529,7 @@
     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' )