Edit

kc3-lang/freetype/src/pfr/pfr.c

Branch :

  • Show log

    Commit

  • Author : David Turner
    Date : 2002-10-05 14:57:03
    Hash : 80171e06
    Message : * src/pfr/pfrsbit.h, src/pfr/pfrsbit.c, src/pfr/pfrload.c, src/pfr/pfrgload.c, src/pfr/pfrobjs.c, src/pfr/pfrtypes.h, Jamfile, src/base/ftobjs.c: adding support for embedded bitmaps to the PFR driver, and rewriting its kerning loader / handler to use all kerning pairs in a physical font (and not just the first item). * src/tools/docmaker/content.py, src/tools/docmaker/sources.py, src/tools/docmaker/tohtml.py: fixing a few nasty bugs * src/sfnt/ttcmap0.c: the validator for format 4 sub-tables is now capable of dealing with invalid "length" fields at the start of the sub-table. This allows fonts like "mg______.ttf" (i.e. Marriage) to return accurate charmaps.

  • src/pfr/pfr.c
  • /***************************************************************************/
    /*                                                                         */
    /*  pfr.c                                                                  */
    /*                                                                         */
    /*    FreeType PFR driver component.                                       */
    /*                                                                         */
    /*  Copyright 2002 by                                                      */
    /*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */
    /*                                                                         */
    /*  This file is part of the FreeType project, and may only be used,       */
    /*  modified, and distributed under the terms of the FreeType project      */
    /*  license, LICENSE.TXT.  By continuing to use, modify, or distribute     */
    /*  this file you indicate that you have read the license and              */
    /*  understand and accept it fully.                                        */
    /*                                                                         */
    /***************************************************************************/
    
    #define FT_MAKE_OPTION_SINGLE_OBJECT
    
    #include <ft2build.h>
    
    #include "pfrload.c"
    #include "pfrgload.c"
    #include "pfrcmap.c"
    #include "pfrobjs.c"
    #include "pfrdrivr.c"
    #include "pfrsbit.c"
    
    /* END */