From f848a121558cd4da5edb3ac91cf1a4f4e0943d7b Mon Sep 17 00:00:00 2001 From: zhongjin Date: Sun, 4 Dec 2022 20:45:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/Viewer/splash.hxx'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Viewer/splash.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Viewer/splash.hxx b/src/Viewer/splash.hxx index 5b50059..1461fa3 100644 --- a/src/Viewer/splash.hxx +++ b/src/Viewer/splash.hxx @@ -107,7 +107,7 @@ private: SGPropertyNode* dynamicValue = nullptr, double maxWidthFraction = -1.0, const osg::Vec4& textColor = osg::Vec4(1, 1, 1, 1), - const std::string &fontFace = "Fonts/LiberationFonts/LiberationSans-BoldItalic.ttf"); + const std::string &fontFace = "Fonts/LiberationFonts/msyh.ttf"); osg::ref_ptr createFBOCamera(); void manuallyResizeFBO(int width, int height);