This means we have RTL support again with ICU 58+. It makes use of: - ICU for bidi-itemization - ICU for script-itemization - OpenTTD for style-itemization - harfbuzz for shaping
6 lines
76 B
CMake
6 lines
76 B
CMake
add_files(
|
|
scriptrun.cpp
|
|
scriptrun.h
|
|
CONDITION ICU_i18n_FOUND
|
|
)
|