Files
egutierrez 6e57818f14 chore(cpp/vendor): vendor Tabler Icons v3.41.1 (TTF + generador)
Vendorea el set de iconos Tabler (~5500 iconos, MIT) para usar en apps
ImGui via icon_font_cpp_core. Incluye:

- tabler-icons.ttf       — atlas TTF para mergear en ImGui
- tabler-icons.css       — referencia de codepoints (no se compila)
- gen_header.py          — script que regenera cpp/functions/core/icons_tabler.h
                           con macros TI_<NAME> a partir del CSS
- LICENSE / README.md    — atribucion MIT

Versionar el TTF (~700 KB) evita depender de descargas en build. Las apps
usan TI_* en strings y el atlas se carga con icon_font_cpp_core::load().
2026-04-25 21:25:17 +02:00
..

Tabler Icons (vendored webfont)

Files:

  • tabler-icons.ttf — TrueType font (2.7 MB), Private Use Area codepoints U+E000..U+F8FF
  • LICENSE — MIT license

Header with TI_* macros for every glyph: cpp/functions/core/icons_tabler.h (generated from the official tabler-icons.css of this same version).

To upgrade: bump the version, redownload .ttf and .css, rerun the generator in cpp/vendor/tabler-icons/gen_header.py.