TerraForge3D  2.3.1
3D Terrain And Landscape Generator
UIFontManager.h
1#pragma once
2
3#include "imgui.h"
4#include <string>
5
6void LoadUIFont(std::string name, float pixelSize, std::string path);
7ImFont *GetUIFont(std::string name);