group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
SdfFont.hpp File Reference

Glyph metric types for the SDF text rendering system. More...

#include <cstdint>
#include <glm/glm.hpp>
#include <unordered_map>
Include dependency graph for SdfFont.hpp:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Glyph metric types for the SDF text rendering system.

Typedef Documentation

◆ GlyphMap

using GlyphMap = std::unordered_map<uint32_t, GlyphInfo>

Immutable glyph metrics table keyed by Unicode codepoint.