Donner 0.5.0
Embeddable browser-grade SVG2 engine
Loading...
Searching...
No Matches
donner::svg::FontHandle Class Reference

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

Detailed Description

Opaque handle to a loaded font, used to reference fonts in the FontManager.


The documentation for this class was generated from the following file: