Files
fn_registry/cpp/vendor/tabler-icons/README.md
T
egutierrez bae4f45268 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

17 lines
592 B
Markdown

# 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+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`.