freetype
[Top][All Lists]
Advanced

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

[Freetype] FT_Outline_Get_BBox


From: Wallace Chigona
Subject: [Freetype] FT_Outline_Get_BBox
Date: Thu, 20 Sep 2001 20:54:25 +0200

Hello,
I have the following code:

        #include FT_OUTLINE_H
        ...
        FT_BBox bbox;
        FT_OutlineGlyph g;
        FT_Outline_Get_BBox(&g->outline, &acbox);

My compiler complains that "FT_Outline_Get_BBox" is not defined.  

Where am I going wrong?  Other ways of getting the bounding box of a
glyph without having to get the outline?


regards,

Wallace.



reply via email to

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