|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
#include "GlyphAtlas.hpp"
Include dependency graph for TypeSetter.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | MayaFlux::Portal::Text::GlyphQuad |
| Screen-space quad for one rasterized glyph. More... | |
| struct | MayaFlux::Portal::Text::LayoutResult |
| Result of lay_out(), carrying the quads and the final pen position. More... | |
Namespaces | |
| namespace | MayaFlux |
| Main namespace for the Maya Flux audio engine. | |
| namespace | MayaFlux::Portal |
| namespace | MayaFlux::Portal::Text |
Functions | |
| LayoutResult | MayaFlux::Portal::Text::lay_out (std::string_view text, GlyphAtlas &atlas, float pen_x=0.F, float pen_y=0.F, uint32_t wrap_w=0) |
| Lay out a UTF-8 string into a sequence of screen-space quads. | |