freetype-devel
[Top][All Lists]
Advanced

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

[ft-devel] some functions are FT_EXPORT declared in the internal headers


From: Chia-I Wu
Subject: [ft-devel] some functions are FT_EXPORT declared in the internal headers
Date: Wed, 16 Nov 2005 12:21:45 +0800
User-agent: Mutt/1.5.11

Hi,

These functions are FT_EXPORT_DEF'ed and declared by FT_EXPORT in
the internal headers:
        FT_Sqrt32
        FT_SqrtFixed
        FT_Trace_Get_Count
        FT_Trace_Get_Name
        FT_Message
        FT_Panic
        FT_New_Memory
        FT_Done_Memory
        FT_Stream_Open

Shouldn't they be declared by FT_BASE instead?  If they are, I can fix
them.

And there are two FT_EXPORT_DEF'ed functions in the sources:
        FT_MulTo64
        TT_New_Context

The first one should have a declaration in the headers, or be commented
out as it is not used.  And the second one should be FT_LOCAL_DEF'ed.
(or is it used by fontforge?)

-- 
Regards,
olv




reply via email to

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