Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 128760 | Differences between
and this patch

Collapse All | Expand All

(-)freetype-2.1.10/src/sfnt/sfobjs.c.kerning (-2 lines)
Lines 555-565 Link Here
555
      if ( face->vertical_info )
555
      if ( face->vertical_info )
556
        flags |= FT_FACE_FLAG_VERTICAL;
556
        flags |= FT_FACE_FLAG_VERTICAL;
557
557
558
#if 0
559
      /* kerning available ? */
558
      /* kerning available ? */
560
      if ( TT_FACE_HAS_KERNING( face ) )
559
      if ( TT_FACE_HAS_KERNING( face ) )
561
        flags |= FT_FACE_FLAG_KERNING;
560
        flags |= FT_FACE_FLAG_KERNING;
562
#endif
563
561
564
#ifdef TT_CONFIG_OPTION_GX_VAR_SUPPORT
562
#ifdef TT_CONFIG_OPTION_GX_VAR_SUPPORT
565
      /* Don't bother to load the tables unless somebody asks for them. */
563
      /* Don't bother to load the tables unless somebody asks for them. */

Return to bug 128760