https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 001058f3a17db2a64ae1c3fb25cdde551953315f authored by ffxbld on 04 April 2012, 03:42:27 UTC
Added FIREFOX_12_0b4_RELEASE FIREFOX_12_0b4_BUILD1 tag(s) for changeset 9bfe6330d055. DONTBUILD CLOSED TREE a=release
Tip revision: 001058f
pshinter.c
/***************************************************************************/
/*                                                                         */
/*  pshinter.c                                                             */
/*                                                                         */
/*    FreeType PostScript Hinting module                                   */
/*                                                                         */
/*  Copyright 2001, 2003 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 "pshpic.c"
#include "pshrec.c"
#include "pshglob.c"
#include "pshalgo.c"
#include "pshmod.c"


/* END */
back to top