6e57818f14
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().
Tabler Icons (vendored webfont)
- Version: 3.41.1
- Source: https://github.com/tabler/tabler-icons
- Package:
@tabler/icons-webfont@3.41.1(jsdelivr CDN) - License: MIT (see LICENSE)
Files:
tabler-icons.ttf— TrueType font (2.7 MB), Private Use Area codepoints U+E000..U+F8FFLICENSE— 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.