/[freetype]/freetype2/src/cff/cffobjs.c
ViewVC logotype

Diff of /freetype2/src/cff/cffobjs.c

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

revision 1.72 by wl, Fri May 6 19:24:13 2005 UTC revision 1.73 by wl, Wed Oct 5 15:18:28 2005 UTC
# Line 636  Line 636 
636          /*                                                                 */          /*                                                                 */
637          /* Compute face flags.                                             */          /* Compute face flags.                                             */
638          /*                                                                 */          /*                                                                 */
639          flags = FT_FACE_FLAG_SCALABLE  |    /* scalable outlines */          flags = FT_FACE_FLAG_SCALABLE   |       /* scalable outlines */
640                  FT_FACE_FLAG_HORIZONTAL;    /* horizontal data   */                  FT_FACE_FLAG_HORIZONTAL |       /* horizontal data   */
641                    FT_FACE_FLAG_HINTER;            /* has native hinter */
642    
643          if ( sfnt_format )          if ( sfnt_format )
644            flags |= FT_FACE_FLAG_SFNT;            flags |= FT_FACE_FLAG_SFNT;

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73

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