![]() |
Rendering Engine 0.2.9
Modular Graphics Rendering Engine | v0.2.9
|
#include <cstdint>#include <iostream>#include <map>#include <algorithm>#include "boost/filesystem.hpp"#include <ft2build.h>#include "render_resource_context.hpp"#include "rendering_engine_export.hpp"Go to the source code of this file.
Classes | |
| struct | rendering_engine::GlyphIndex |
| Opaque glyph identifier within a font. More... | |
| struct | rendering_engine::GlyphMetrics |
| Metrics describing a single glyph and its atlas placement. More... | |
| struct | rendering_engine::FontMetrics |
| Global metrics describing font vertical layout. More... | |
| class | rendering_engine::FontResources |
| Manages glyph data, font atlases, and font-level metrics. More... | |
Namespaces | |
| namespace | rendering_engine |