Fonts: add new ProggyForever font!

Amend f006400
This commit is contained in:
ocornut
2026-02-05 16:03:19 +01:00
parent a8bf659143
commit 041cdddf35
7 changed files with 306 additions and 374 deletions

View File

@@ -30,7 +30,7 @@
// Library Version
// (Integer encoded as XYYZZ for use in #if preprocessor conditionals, e.g. '#if IMGUI_VERSION_NUM >= 12345')
#define IMGUI_VERSION "1.92.6 WIP"
#define IMGUI_VERSION_NUM 19259
#define IMGUI_VERSION_NUM 19260
#define IMGUI_HAS_TABLE // Added BeginTable() - from IMGUI_VERSION_NUM >= 18000
#define IMGUI_HAS_TEXTURES // Added ImGuiBackendFlags_RendererHasTextures - from IMGUI_VERSION_NUM >= 19198