freetype-devel
[Top][All Lists]
Advanced

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

Re: [Devel] FT_ENCODING_OLD_LATIN_2 or FT_ENCODING_LATIN_2?


From: Vadim Plessky
Subject: Re: [Devel] FT_ENCODING_OLD_LATIN_2 or FT_ENCODING_LATIN_2?
Date: Tue, 22 Oct 2002 13:27:10 +0400
User-agent: KMail/1.4.7

Hi,

I have sent to the list patch from Giuseppe Ghibò (Sep.25, 2002)
With that patch, ImageMagick compiles o.k.
(not sure wether this patch found its way into FreeType CVS, though)

I am now running ImageMagick-5.5.1, compiled by Giuseppe.
(IM-5.5.1-beta was compiling fine, too) 

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.

On Tuesday 22 October 2002 1:05 pm, Anthony Fok wrote:
|  Hello,
|
|  I was rebuilding some packages and ImageMagick failed with
|  `FT_ENCODING_OLD_LATIN_2' undeclared.  Checking freetype.h,
|  should the occurrences of "FT_ENCODING_LATIN_2" be changed to
|  "FT_ENCODING_OLD_LATIN_2"  (2 and 3 below)?
|
|  1.
|    /*   FT_ENCODING_OLD_LATIN_2 ::                                         
| */ /*     This value is deprecated and was never used nor reported by      
| */ /*     FreeType.  Don't use or test for it.                             
| */
|
|  2.
|      FT_ENC_TAG( FT_ENCODING_LATIN_2, 'l', 'a', 't', '2' ),
|
|  3.
|    /*   ft_encoding_latin_2 :: see @FT_ENCODING_LATIN_2                    
| */
|
|  4.
|  #define  ft_encoding_latin_2         FT_ENCODING_OLD_LATIN_2
|
|
|  Many thanks!
|
|  Anthony

-- 

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]