Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-People committed Feb 13, 2023
1 parent e540809 commit 0f18311
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions HalfPeopleStudioImGuiEditor/ExportCode.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ namespace ExportCodeNS
SaveExportText.append("\n").append(" ImGui::CreateContext(NULL);");
// ImGuiIO& io = ImGui::GetIO(); (void)io;
SaveExportText.append("\n").append(" ImGuiIO& io = ImGui::GetIO(); (void)io;");
SaveExportText.append("\n").append(" io.Fonts->AddFontFromFileTTF(\"kaiu.ttf\", 20, NULL, io.Fonts->GetGlyphRangesChineseFull());");
if (NeedDocking)
{
// io.ConfigFlags |= ImGuiConfigFlags_DockingEnable;
Expand Down

0 comments on commit 0f18311

Please sign in to comment.