Donner 0.5.0
Embeddable browser-grade SVG2 engine
Loading...
Searching...
No Matches
FontManager.h File Reference
#include <cstdint>
#include <memory>
#include <span>
#include <string>
#include <unordered_map>
#include <vector>
#include "donner/base/EcsRegistry.h"
#include "donner/css/FontFace.h"
Include dependency graph for FontManager.h:
This graph shows which files directly or indirectly include this file:

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 >
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.