mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-03-31 14:03:36 +03:00
Add Arabic reshaping lookup table
This adds the lookup table and an accompanying hashmap that will be used for reshaping Arabic - it's not yet used though.
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
59ccdbea00
commit
e011273eb3
@@ -4,6 +4,8 @@
|
||||
namespace font
|
||||
{
|
||||
|
||||
void bidi_init(void);
|
||||
void bidi_destroy(void);
|
||||
bool bidi_should_transform(const char* text);
|
||||
const char* bidi_transform(const char* text);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user