summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-28 09:28:37 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-28 09:28:37 +0300
commit4756b0a18d58560cc4023ed61d4940b127da63f3 (patch)
tree644c5868e4ad89e7bd1f74be92c0e9e471090630 /CMakeLists.txt
parent7512470f3b36d25ffd714f1013bbb4ee9fea0e2c (diff)
Added Noto Sans Arabic
Added a font for Arabic, making the glyphs available for rendering. Of course, this doesn't solve Arabic text rendering yet. There is still the RTL direction to work out and possibly some missing glyph combining rules. IssueID #195
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c942c864..75883966 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -64,6 +64,7 @@ set (EMBED_RESOURCES
64 res/fonts/Literata-LightItalic-opsz=10.ttf 64 res/fonts/Literata-LightItalic-opsz=10.ttf
65 res/fonts/NanumGothic-Regular.ttf 65 res/fonts/NanumGothic-Regular.ttf
66 res/fonts/NotoEmoji-Regular.ttf 66 res/fonts/NotoEmoji-Regular.ttf
67 res/fonts/NotoSansArabicUI-Regular.ttf
67 res/fonts/NotoSansJP-Regular.ttf 68 res/fonts/NotoSansJP-Regular.ttf
68 res/fonts/NotoSansSC-Regular.ttf 69 res/fonts/NotoSansSC-Regular.ttf
69 res/fonts/Nunito-Bold.ttf 70 res/fonts/Nunito-Bold.ttf
@@ -188,6 +189,7 @@ set (SOURCES
188 res/about/about.gmi 189 res/about/about.gmi
189 res/about/help.gmi 190 res/about/help.gmi
190 res/about/lagrange.gmi 191 res/about/lagrange.gmi
192 res/about/license.gmi
191 res/about/version.gmi 193 res/about/version.gmi
192 ${CMAKE_CURRENT_BINARY_DIR}/resources.lgr 194 ${CMAKE_CURRENT_BINARY_DIR}/resources.lgr
193 ${CMAKE_CURRENT_BINARY_DIR}/embedded.c 195 ${CMAKE_CURRENT_BINARY_DIR}/embedded.c