/[freetype]/freetype2/src/base/ftsynth.c
ViewVC logotype

Diff of /freetype2/src/base/ftsynth.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.29 by olvaffe, Mon Jun 20 09:04:50 2005 UTC revision 1.30 by wl, Thu Jun 23 20:31:48 2005 UTC
# Line 88  Line 88 
88      {      {
89        error = FT_Outline_Embolden( &slot->outline, xstr );        error = FT_Outline_Embolden( &slot->outline, xstr );
90    
91        /* this is more than enough for most glyphs                     */        /* this is more than enough for most glyphs;                         */
92        /* if you need accurate values, you have to FT_Outline_Get_CBox */        /* if you need accurate values, you have to call FT_Outline_Get_CBox */
93        xstr = xstr * 2;        xstr = xstr * 2;
94        ystr = xstr;        ystr = xstr;
95      }      }

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26