Edit

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

Branch :

  • Show log

    Commit

  • Author : David Turner
    Date : 2002-07-10 16:52:06
    Hash : b9b2cac6
    Message : * src/cff/cffcmap.c, src/cff/cffcmap.h, Jamfile, rules.mk: new files added to support charmaps for CFF fonts * src/cff/cffload.c, src/cff/cffload.h, src/cff/cffobjs.c, src/cff/cffobjs.h, src/cff/cffparse.c, src/cffparse.h, src/cff/cffgload.c, src/cff/cffgload.h: adding support for CFF charmaps, reformatting the sources, and removing some bugs in the Encoding and Charset loaders

  • src/cff/cff.c
  • /***************************************************************************/
    /*                                                                         */
    /*  cff.c                                                                  */
    /*                                                                         */
    /*    FreeType OpenType driver component (body only).                      */
    /*                                                                         */
    /*  Copyright 1996-2001 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 "cffdrivr.c"
    #include "cffparse.c"
    #include "cffload.c"
    #include "cffobjs.c"
    #include "cffgload.c"
    #include "cffcmap.c"
    
    /* END */