From: kgv Date: Fri, 21 Aug 2020 08:52:15 +0000 (+0300) Subject: 0031720: Visualization, Font_FontMgr - register one more CJK fallback font available... X-Git-Tag: V7_5_0_beta~116 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=1d99a2baaa614856d8ef8b0a9975af5c3bdf92c6;p=occt.git 0031720: Visualization, Font_FontMgr - register one more CJK fallback font available on newer Android devices --- diff --git a/src/Font/Font_FontMgr.cxx b/src/Font/Font_FontMgr.cxx index 93b059bccb..60a18621c3 100644 --- a/src/Font/Font_FontMgr.cxx +++ b/src/Font/Font_FontMgr.cxx @@ -393,6 +393,7 @@ Font_FontMgr::Font_FontMgr() aCJK ->Append (Font_FontAlias ("simsun")); // Windows aCJK ->Append (Font_FontAlias ("droid sans fallback")); // Android, Linux aCJK ->Append (Font_FontAlias ("noto sans sc")); // Android + aCJK ->Append (Font_FontAlias ("noto sans cjk jp")); #if defined(_WIN32) aKorean->Append (Font_FontAlias ("malgun gothic")); // introduced since Vista