1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

SheenBidi: Include in build of juce_graphics

This commit is contained in:
reuk 2024-07-09 18:57:46 +01:00
parent d77d5801d9
commit e3489703f2
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C
85 changed files with 428 additions and 61 deletions

View file

@ -141,6 +141,11 @@
#include <juce_graphics/fonts/harfbuzz/hb-ot.h>
extern "C"
{
#include <juce_graphics/unicode/sheenbidi/Headers/SheenBidi.h>
} // extern "C"
#if JUCE_UNIT_TESTS
#include "fonts/juce_TypefaceTestData.cpp"
#endif