MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ outlines()

const std::vector< Portal::Text::GlyphOutline > & MayaFlux::Nodes::GpuSync::GlyphGeometryNode::outlines ( ) const
inline

Access the per-glyph outline data produced by the last rebuild.

The vector is ordered by codepoint occurrence in the source string, matching the layout order. Callers may read (not write) this data to drive per-glyph transforms externally.

Definition at line 135 of file GlyphGeometryNode.hpp.

136 {
137 return m_outlines;
138 }
std::vector< Portal::Text::GlyphOutline > m_outlines