|
|
Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
|
#include <cstdint>#include <memory>#include <span>#include <string>#include <unordered_map>#include <vector>#include "donner/base/EcsRegistry.h"#include "donner/css/FontFace.h"#include "donner/svg/resources/FontCatalogTypes.h"Classes | |
| class | donner::svg::FontHandle |
| Opaque handle to a loaded font, used to reference fonts in the FontManager. More... | |
| struct | std::hash< donner::svg::FontHandle > |
| std::hash specialization so donner::svg::FontHandle can be used as a key in unordered associative containers. More... | |
| class | donner::svg::FontManager |
| Manages font loading, caching, and lookup for text rendering. More... | |
Namespaces | |
| namespace | donner |
| Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css. | |
| namespace | donner::svg |
| Donner SVG library, which can load, manipulate and render SVG files. | |