freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Devel] bug in freetype 2.1.3rc2 (and proposed patch)


From: Vadim Plessky
Subject: [Devel] bug in freetype 2.1.3rc2 (and proposed patch)
Date: Wed, 25 Sep 2002 09:51:50 +0400
User-agent: KMail/1.4.6

Hi, 
I forward bug report and proposed patch to <FT-devel> list, on behalf of 
Giuseppe. He is not subscribed, so if someone has comments - pls cc: him 
directly.

Regards,

Vadim

----------  Forwarded Message  ----------

Subject: freetype 2.1.3rc2
Date: Wednesday 25 September 2002 1:17 am
From: Giuseppe Ghibò <address@hidden>
To: Vadim Plessky <address@hidden>

There should be a bug in freetype.h of freetype 2.1.3rc2. The macro
FT_ENCODING_OLD_LATIN_2, which is used, is not defined anywhere: it probably
should be like in this patch:

--- freetype.h~ Tue Sep 24 23:07:22 2002
+++ freetype.h  Tue Sep 24 23:07:22 2002
@@ -525,7 +525,7 @@
      FT_ENC_TAG( FT_ENCODING_ADOBE_EXPERT,   'A', 'D', 'B', 'E' ),
      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' )
    } FT_Encoding;

Can you report to ft2 developers?

Bye.
Giuseppe.

-------------------------------------------------------

-- 

Vadim Plessky
http://kde2.newmail.ru  (English)
33 Window Decorations and 6 Widget Styles for KDE
http://kde2.newmail.ru/kde_themes.html
KDE mini-Themes
http://kde2.newmail.ru/themes/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]