mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
[thirdparty] Add Roboto fonts (#7138)
This commit is contained in:
5
thirdparty/imgui_suite/generated/fonts/src/imgui_RobotoLight.cpp
vendored
Normal file
5
thirdparty/imgui_suite/generated/fonts/src/imgui_RobotoLight.cpp
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "imgui_RobotoLight.h"
|
||||
#include "RobotoLight.inc"
|
||||
ImFont* ImGui::AddFontRobotoLight(ImGuiIO& io, float size_pixels, const ImFontConfig* font_cfg, const ImWchar* glyph_ranges) {
|
||||
return io.Fonts->AddFontFromMemoryCompressedTTF(RobotoLight_compressed_data, RobotoLight_compressed_size, size_pixels, font_cfg, glyph_ranges);
|
||||
}
|
||||
Reference in New Issue
Block a user