|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
#include "GlyphOutline.hpp"#include "MayaFlux/Portal/Text/GlyphAtlas.hpp"#include "TypeFaceFoundry.hpp"#include "MayaFlux/Journal/Archivist.hpp"#include <ft2build.h>#include <FT_FREETYPE_H>#include <FT_OUTLINE_H>
Include dependency graph for GlyphOutline.cpp:Go to the source code of this file.
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. | |