JieRanLeo

Results 1 issues of JieRanLeo

貌似设置字体有点问题 #include "Global.h" #include "AImGui.h" #include "font_data.h" #include int main() { android::AImGui imgui(android::AImGui::Options { .renderType = android::AImGui::RenderType::RenderNative, .autoUpdateOrientation = true }); ImGuiIO& io = ImGui::GetIO(); ImFont *font = io.Fonts->AddFontFromMemoryTTF( (void*)...