harfbuzz.c 583 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
/*******************************************************************
 *
 *  Copyright 1996-2000 by
 *  David Turner, Robert Wilhelm, and Werner Lemberg.
 *
 *  Copyright 2006  Behdad Esfahbod
 *
 *  This is part of HarfBuzz, an OpenType Layout engine library.
 *
 *  See the file name COPYING for licensing information.
 *
 ******************************************************************/
13
#define HB_INTERNAL static
14 15 16 17
#include "harfbuzz-buffer.c"
#include "harfbuzz-gdef.c"
#include "harfbuzz-gsub.c"
#include "harfbuzz-gpos.c"
18 19
#include "harfbuzz-impl.c"
#include "harfbuzz-open.c"