/[freetype]/freetype2/src/type1/t1objs.c
ViewVC logotype

Diff of /freetype2/src/type1/t1objs.c

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

revision 1.92 by werner, Mon Aug 2 05:38:33 2004 UTC revision 1.93 by wl, Wed Oct 5 15:18:29 2005 UTC
# Line 4  Line 4 
4  /*                                                                         */  /*                                                                         */
5  /*    Type 1 objects manager (body).                                       */  /*    Type 1 objects manager (body).                                       */
6  /*                                                                         */  /*                                                                         */
7  /*  Copyright 1996-2001, 2002, 2003, 2004 by                               */  /*  Copyright 1996-2001, 2002, 2003, 2004, 2005 by                         */
8  /*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */  /*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */
9  /*                                                                         */  /*                                                                         */
10  /*  This file is part of the FreeType project, and may only be used,       */  /*  This file is part of the FreeType project, and may only be used,       */
# Line 329  Line 329 
329        root->num_glyphs = type1->num_glyphs;        root->num_glyphs = type1->num_glyphs;
330        root->face_index = face_index;        root->face_index = face_index;
331    
332        root->face_flags  = FT_FACE_FLAG_SCALABLE;        root->face_flags = FT_FACE_FLAG_SCALABLE    |
333        root->face_flags |= FT_FACE_FLAG_HORIZONTAL;                           FT_FACE_FLAG_HORIZONTAL  |
334        root->face_flags |= FT_FACE_FLAG_GLYPH_NAMES;                           FT_FACE_FLAG_GLYPH_NAMES |
335                             FT_FACE_FLAG_HINTER;
336    
337        if ( info->is_fixed_pitch )        if ( info->is_fixed_pitch )
338          root->face_flags |= FT_FACE_FLAG_FIXED_WIDTH;          root->face_flags |= FT_FACE_FLAG_FIXED_WIDTH;

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93

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