24 lines
625 B
C
24 lines
625 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.
|
|
*
|
|
******************************************************************/
|
|
#ifndef HARFBUZZ_H
|
|
#define HARFBUZZ_H
|
|
|
|
#include "harfbuzz-open.h"
|
|
#include "harfbuzz-buffer.h"
|
|
#include "harfbuzz-gdef.h"
|
|
#include "harfbuzz-gsub.h"
|
|
#include "harfbuzz-gpos.h"
|
|
#include "harfbuzz-dump.h"
|
|
|
|
#endif /* HARFBUZZ_OPEN_H */
|