freetype
[Top][All Lists]
Advanced

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

Re: [Freetype] FT_Outline_Get_BBox


From: Werner LEMBERG
Subject: Re: [Freetype] FT_Outline_Get_BBox
Date: Fri, 21 Sep 2001 15:41:28 +0200 (CEST)

>       #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.  

Add `#include FT_BBOX_H'.


    Werner



reply via email to

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