2019-05-11 08:53:38 +02:00
|
|
|
/*
|
|
|
|
* Copyright © 2019 Facebook, Inc.
|
|
|
|
*
|
|
|
|
* This is part of HarfBuzz, a text shaping library.
|
|
|
|
*
|
|
|
|
* Permission is hereby granted, without written agreement and without
|
|
|
|
* license or royalty fees, to use, copy, modify, and distribute this
|
|
|
|
* software and its documentation for any purpose, provided that the
|
|
|
|
* above copyright notice and the following two paragraphs appear in
|
|
|
|
* all copies of this software.
|
|
|
|
*
|
|
|
|
* IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
|
|
|
|
* DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
|
|
|
|
* ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
|
|
|
|
* IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
|
|
* DAMAGE.
|
|
|
|
*
|
|
|
|
* THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
|
|
|
|
* BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
|
|
* FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
|
|
|
|
* ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
|
|
|
|
* PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
|
|
|
|
*
|
|
|
|
* Facebook Author(s): Behdad Esfahbod
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef HB_CONFIG_HH
|
|
|
|
#define HB_CONFIG_HH
|
|
|
|
|
2019-05-11 09:06:57 +02:00
|
|
|
#if 0 /* Make test happy. */
|
|
|
|
#include "hb.hh"
|
|
|
|
#endif
|
2019-05-11 08:53:38 +02:00
|
|
|
#ifdef HAVE_CONFIG_H
|
|
|
|
#include "config.h"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
2019-05-11 09:04:59 +02:00
|
|
|
#ifdef HB_TINY
|
2019-05-11 09:13:35 +02:00
|
|
|
#define HB_LEAN
|
2019-05-11 09:04:59 +02:00
|
|
|
#define HB_MINI
|
2019-05-11 10:14:04 +02:00
|
|
|
//#define HB_NO_MT /* Let user choose */
|
2019-05-11 09:13:35 +02:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef HB_LEAN
|
2019-05-11 09:37:01 +02:00
|
|
|
#define HB_DISABLE_DEPRECATED
|
2019-05-11 09:44:22 +02:00
|
|
|
#define HB_NO_ATEXIT
|
2019-05-11 09:04:59 +02:00
|
|
|
#define HB_NO_BITMAP
|
|
|
|
#define HB_NO_CFF
|
2019-05-11 09:53:52 +02:00
|
|
|
#define HB_NO_COLOR
|
2019-05-11 09:44:22 +02:00
|
|
|
#define HB_NO_GETENV
|
2019-05-11 09:13:35 +02:00
|
|
|
#define HB_NO_MATH
|
2019-05-11 10:08:51 +02:00
|
|
|
#define HB_NO_NAME_TABLE_AAT
|
2019-05-11 09:19:03 +02:00
|
|
|
#define HB_NO_OT_LAYOUT_UNUSED
|
2019-05-11 09:04:59 +02:00
|
|
|
#endif
|
2019-05-11 08:53:38 +02:00
|
|
|
|
2019-05-11 09:04:59 +02:00
|
|
|
#ifdef HB_MINI
|
|
|
|
#define HB_NO_AAT
|
2019-05-11 09:16:18 +02:00
|
|
|
#define HB_NO_LEGACY
|
2019-05-11 09:04:59 +02:00
|
|
|
#endif
|
2019-05-11 08:55:22 +02:00
|
|
|
|
|
|
|
/* Closure. */
|
|
|
|
|
2019-05-11 09:37:01 +02:00
|
|
|
#ifdef HB_DISABLE_DEPRECATED
|
|
|
|
#define HB_IF_NOT_DEPRECATED(x)
|
|
|
|
#else
|
|
|
|
#define HB_IF_NOT_DEPRECATED(x) x
|
|
|
|
#endif
|
|
|
|
|
2019-05-11 08:55:22 +02:00
|
|
|
#ifdef HB_NO_AAT
|
2019-05-11 10:08:51 +02:00
|
|
|
#define HB_NO_NAME_TABLE_AAT
|
2019-05-11 08:55:22 +02:00
|
|
|
#define HB_NO_SHAPE_AAT
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef HB_NO_BITMAP
|
|
|
|
#define HB_NO_OT_FONT_BITMAP
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef HB_NO_CFF
|
|
|
|
#define HB_NO_OT_FONT_CFF
|
|
|
|
#define HB_NO_SUBSET_CFF
|
|
|
|
#endif
|
|
|
|
|
2019-05-11 09:16:18 +02:00
|
|
|
#ifdef HB_NO_LEGACY
|
|
|
|
#define HB_NO_OT_LAYOUT_BLACKLIST
|
|
|
|
#define HB_NO_OT_SHAPE_FALLBACK
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef HB_NO_OT_SHAPE_FALLBACK
|
2019-05-11 09:04:59 +02:00
|
|
|
#define HB_NO_OT_SHAPE_COMPLEX_ARABIC_FALLBACK
|
|
|
|
#define HB_NO_OT_SHAPE_COMPLEX_HEBREW_FALLBACK
|
|
|
|
#define HB_NO_OT_SHAPE_COMPLEX_THAI_FALLBACK
|
2019-05-11 09:47:20 +02:00
|
|
|
#define HB_NO_OT_SHAPE_COMPLEX_VOWEL_CONSTRAINTS
|
2019-05-11 09:04:59 +02:00
|
|
|
#endif
|
|
|
|
|
2019-05-11 08:55:22 +02:00
|
|
|
|
2019-05-11 08:53:38 +02:00
|
|
|
#endif /* HB_CONFIG_HH */
|