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

15 lines
276 B
C++

#pragma once
struct ImFont;
struct ImFontAtlas;
namespace XCEngine {
namespace Editor {
namespace XCUIBackend {
bool BuildDefaultXCUIEditorFontAtlas(::ImFontAtlas& atlas, ::ImFont*& outDefaultFont);
} // namespace XCUIBackend
} // namespace Editor
} // namespace XCEngine