From 4756b0a18d58560cc4023ed61d4940b127da63f3 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sun, 28 Mar 2021 09:28:37 +0300 Subject: 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 --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') 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 res/fonts/Literata-LightItalic-opsz=10.ttf res/fonts/NanumGothic-Regular.ttf res/fonts/NotoEmoji-Regular.ttf + res/fonts/NotoSansArabicUI-Regular.ttf res/fonts/NotoSansJP-Regular.ttf res/fonts/NotoSansSC-Regular.ttf res/fonts/Nunito-Bold.ttf @@ -188,6 +189,7 @@ set (SOURCES res/about/about.gmi res/about/help.gmi res/about/lagrange.gmi + res/about/license.gmi res/about/version.gmi ${CMAKE_CURRENT_BINARY_DIR}/resources.lgr ${CMAKE_CURRENT_BINARY_DIR}/embedded.c -- cgit v1.2.3