freetype-devel
[Top][All Lists]
Advanced

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

FT_Outline_Get_BBox


From: Ivan Nincic
Subject: FT_Outline_Get_BBox
Date: Wed, 01 Nov 2000 09:52:23 -0800

Hello,

I have couple of questions related to FT_Outline_Get_BBox.c
1)
 if ( y1 == y4 ) {
  if ( y1 == y2 && y1 == y3 ) {     /* Flat */
          y4 = y1;           // 236
         goto Test;
  }}

Is the assignment on line 236 some kind of coding style or is it
redundant?

2)
BBox_Cubic_To() and BBox_Conic_To() callback never update the user->last
point (as BBox_Move_To() does). Does this mean that two consecutive
Beziers may have a wrong bbox ?

thanx,

Ivan




reply via email to

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