|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
Include dependency graph for GlyphOutline.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::GlyphOutline |
| Vector outline for a single glyph as a flat polyline sequence. More... | |
Namespaces | |
| namespace | MayaFlux |
| Main namespace for the Maya Flux audio engine. | |
| namespace | MayaFlux::Portal |
| namespace | MayaFlux::Portal::Text |
Functions | |
| GlyphOutline | MayaFlux::Portal::Text::decompose_glyph (FontFace &face, uint32_t codepoint, uint32_t pixel_size, float tolerance=0.5F) |
| Decompose a Unicode codepoint into a tessellated polyline outline. | |
| GlyphOutline | MayaFlux::Portal::Text::decompose_glyph (uint32_t codepoint, float tolerance=0.5F) |
| Decompose a Unicode codepoint using the default atlas pixel size. | |