|
|
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.
|
Opaque handle to a loaded font, used to reference fonts in the FontManager. More...
#include "donner/svg/resources/FontManager.h"
Public Member Functions | |
| FontHandle ()=default | |
| Default-constructed handle is invalid. | |
| operator bool () const | |
| Returns true if this handle is valid (refers to a loaded font). | |
| bool | operator== (const FontHandle &other) const |
| Equality comparison. | |
| bool | operator!= (const FontHandle &other) const |
| Inequality comparison. | |
| Entity | entity () const |
| Get the raw entity identifier (for internal use and hash maps). | |
Friends | |
| class | FontManager |
Opaque handle to a loaded font, used to reference fonts in the FontManager.