|
|
Donner 0.5.0
Embeddable browser-grade SVG2 engine
|
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 |
| 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.