freetype-devel
[Top][All Lists]
Advanced

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

[Devel] Error in ftstream.h


From: Detlef Würkner
Subject: [Devel] Error in ftstream.h
Date: Tue, 11 Dec 2001 11:12:10 +0100

Hello!

While looking why the PCF driver did not accept my unicode.pcf file I
found out that there is an error in include/freetype/internal/ftstream.h,
lines 269 to 272 are

#define GET_ShortLE()   FT_GET_MACRO( FT_Get_ShortLE, FT_Short )
#define GET_UShortLE()  FT_GET_MACRO( FT_Get_ShortLE, FT_UShort )
#define GET_LongLE()    FT_GET_MACRO( FT_Get_LongLE, FT_Short )
#define GET_ULongLE()   FT_GET_MACRO( FT_Get_LongLE, FT_Short )
                                                        ^
                                                        |
there is an 'U' missing here----------------------------+

It seems that only the PCF driver uses that macro.

Ciao, Detlef
-- 
_ // address@hidden
\X/  Detlef Wuerkner, Langgoens/Germany



reply via email to

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