9 lines
246 B
C
9 lines
246 B
C
/* Configuration for HarfBuzz web demo builds (Emscripten).
|
|
* HB_TINY strips most features; config-override.h adds back
|
|
* what the GPU demo needs. */
|
|
|
|
#define HAVE_ROUND 1
|
|
#define HB_TINY 1
|
|
#define HB_HAS_GPU 1
|
|
#define HAVE_CONFIG_OVERRIDE_H 1
|