20 lines
583 B
C
20 lines
583 B
C
/*******************************************************************
|
|
*
|
|
* 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.
|
|
*
|
|
******************************************************************/
|
|
#define HB_INTERNAL static
|
|
#include "harfbuzz-buffer.c"
|
|
#include "harfbuzz-gdef.c"
|
|
#include "harfbuzz-gsub.c"
|
|
#include "harfbuzz-gpos.c"
|
|
#include "harfbuzz-impl.c"
|
|
#include "harfbuzz-open.c"
|