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

SheenBidi: Update bundled sources to v2.9.0

This commit is contained in:
reuk 2025-10-14 11:27:15 +01:00
parent 7f22db449a
commit e8beaa4a1f
No known key found for this signature in database
59 changed files with 4439 additions and 3432 deletions

View file

@ -6,10 +6,11 @@
#ifndef _SB_INTERNAL_PAIRING_LOOKUP_H
#define _SB_INTERNAL_PAIRING_LOOKUP_H
#include <juce_graphics/unicode/sheenbidi/Headers/SBConfig.h>
#include <SheenBidi/SBBase.h>
#include <SheenBidi/SBCodepoint.h>
#include <SheenBidi/SBConfig.h>
#include "BracketType.h"
#include "SBBase.h"
SB_INTERNAL SBCodepoint LookupMirror(SBCodepoint codepoint);
SB_INTERNAL SBCodepoint LookupBracketPair(SBCodepoint codepoint, BracketType *bracketType);