Skip to content

Instantly share code, notes, and snippets.

@ogam
ogam / font_debug.cpp
Last active August 18, 2025 14:18
cute font debug view
#include <cute.h>
#include "cimgui.h"
#include "build/_deps/cute-src/src/internal/cute_font_internal.h"
#ifdef USE_PROGGY
#define FONT_NAME "ProggyClean"
#include "proggy.h"
#else
#define FONT_NAME "Calibri"
#endif