[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 @@
#include "imgui_RobotoCondensedRegular.h"
#include "RobotoCondensedRegular.inc"
ImFont* ImGui::AddFontRobotoCondensedRegular(ImGuiIO& io, float size_pixels, const ImFontConfig* font_cfg, const ImWchar* glyph_ranges) {
return io.Fonts->AddFontFromMemoryCompressedTTF(RobotoCondensedRegular_compressed_data, RobotoCondensedRegular_compressed_size, size_pixels, font_cfg, glyph_ranges);
}