|
group2 0.1.0
CSE 125 Group 2
|
Glyph metric types for the SDF text rendering system. More...
#include <cstdint>#include <glm/glm.hpp>#include <unordered_map>Go to the source code of this file.
Classes | |
| struct | GlyphInfo |
| Per-glyph metrics stored after SDF atlas bake. More... | |
Typedefs | |
| using | GlyphMap = std::unordered_map<uint32_t, GlyphInfo> |
| Immutable glyph metrics table keyed by Unicode codepoint. | |
Glyph metric types for the SDF text rendering system.