aboutsummaryrefslogtreecommitdiff
path: root/core/src/Entrypoint/main.cpp
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2021-04-14 15:09:13 -0700
committerrtk0c <[email protected]>2021-04-14 15:09:13 -0700
commit80d8ae5a6fef6c9a34e81e240539cb655dd99851 (patch)
tree062bb1590eaf030b75aae75acecc5706e16d9b0c /core/src/Entrypoint/main.cpp
parent568fcc1dfe40c37b57b7baa2dea93b291d3fa956 (diff)
Initial work on workflows
Diffstat (limited to 'core/src/Entrypoint/main.cpp')
-rw-r--r--core/src/Entrypoint/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/Entrypoint/main.cpp b/core/src/Entrypoint/main.cpp
index 3016467..8f9832c 100644
--- a/core/src/Entrypoint/main.cpp
+++ b/core/src/Entrypoint/main.cpp
@@ -130,7 +130,7 @@ int main(int argc, char* argv[]) {
// Configure default fonts
{
// Includes latin alphabet, although for some reason smaller than if rendered using 18 point NotoSans regular
- io.Fonts->AddFontFromFileTTF("fonts/NotoSansSC-Regular.otf", 18, nullptr, io.Fonts->GetGlyphRangesChineseSimplifiedCommon());
+ io.Fonts->AddFontFromFileTTF("fonts/NotoSansSC-Regular.otf", 18, nullptr, io.Fonts->GetGlyphRangesChineseFull());
ImWchar iconRanges[] = { ICON_MIN_FA, ICON_MAX_FA };
ImFontConfig config;