/[freetype]/freetype2/src/sfnt/sfobjs.c
ViewVC logotype

Diff of /freetype2/src/sfnt/sfobjs.c

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

revision 1.99 by wl, Fri Sep 9 18:00:06 2005 UTC revision 1.100 by wl, Wed Oct 5 15:18:29 2005 UTC
# Line 536  Line 536 
536        /* Compute face flags.                                               */        /* Compute face flags.                                               */
537        /*                                                                   */        /*                                                                   */
538        if ( has_outline == TRUE )        if ( has_outline == TRUE )
539          flags |= FT_FACE_FLAG_SCALABLE;    /* scalable outlines */          flags |= FT_FACE_FLAG_SCALABLE;   /* scalable outlines */
540    
541        flags |= FT_FACE_FLAG_SFNT      |   /* SFNT file format  */        /* The sfnt driver only supports bitmap fonts natively, thus we */
542          /* don't set FT_FACE_FLAG_HINTER.                               */
543          flags |= FT_FACE_FLAG_SFNT       |  /* SFNT file format  */
544                 FT_FACE_FLAG_HORIZONTAL;   /* horizontal data   */                 FT_FACE_FLAG_HORIZONTAL;   /* horizontal data   */
545    
546  #ifdef TT_CONFIG_OPTION_POSTSCRIPT_NAMES  #ifdef TT_CONFIG_OPTION_POSTSCRIPT_NAMES

Legend:
Removed from v.1.99  
changed lines
  Added in v.1.100

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