[thirdparty] Add Roboto fonts (#7138)

This commit is contained in:
Peter Johnson
2024-09-28 10:58:47 -07:00
committed by GitHub
parent 95da92db04
commit fde264b041
21 changed files with 30257 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
#pragma once
#include "imgui.h"
namespace ImGui {
ImFont* AddFontRobotoCondensedRegular(ImGuiIO& io, float size_pixels, const ImFontConfig* font_cfg = nullptr, const ImWchar* glyph_ranges = nullptr);
}