summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-11-14 14:53:21 -0800
committerGitHub <noreply@github.com>2016-11-14 14:53:21 -0800
commitdbd22357441ec66c46cc7e46a01ed114a18f685c (patch)
tree7f4af9a1276139863b6828b6f7ea152fd5b954a9 /cmake
parent1c79147a84fe9f852fa21bcf5629f490e8e2a8bf (diff)
downloadqtlocation-mapboxgl-dbd22357441ec66c46cc7e46a01ed114a18f685c.tar.gz
[core] Line-break ideographic text by character (#6828)
* [core] Line-break ideographic text by character Allow a line break to be inserted after any supported Chinese, Japanese, or Yi character in a point-placed label. Balance the lines unless non-ideographic text such as Latin letters are present. Fixes #1223. * [core] Moved more character classing into util::i18n * [core] Detect character properties by Unicode block * [test] Reenabled ideographic breaking tests
Diffstat (limited to 'cmake')
-rw-r--r--cmake/core-files.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake
index 45305fdd65..7936eead26 100644
--- a/cmake/core-files.cmake
+++ b/cmake/core-files.cmake
@@ -439,6 +439,8 @@ set(MBGL_CORE_FILES
src/mbgl/util/http_header.hpp
src/mbgl/util/http_timeout.cpp
src/mbgl/util/http_timeout.hpp
+ src/mbgl/util/i18n.cpp
+ src/mbgl/util/i18n.hpp
src/mbgl/util/interpolate.hpp
src/mbgl/util/intersection_tests.cpp
src/mbgl/util/intersection_tests.hpp