Files
XCEngine/new_editor/src/XCUIBackend/XCUIEditorFontSetup.h

15 lines
276 B
C
Raw Normal View History

2026-04-05 04:55:25 +08:00
#pragma once
struct ImFont;
struct ImFontAtlas;
namespace XCEngine {
namespace Editor {
namespace XCUIBackend {
bool BuildDefaultXCUIEditorFontAtlas(::ImFontAtlas& atlas, ::ImFont*& outDefaultFont);
} // namespace XCUIBackend
} // namespace Editor
} // namespace XCEngine