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

◆ set_text()

void MayaFlux::Nodes::GpuSync::GlyphGeometryNode::set_text ( std::string  text)

Replace the text string and rebuild outlines.

Parameters
textUTF-8 string.

Definition at line 47 of file GlyphGeometryNode.cpp.

48{
49 m_text = std::move(text);
51}
void rebuild_outlines()
Rebuild outline geometry from the current text and pen settings.

References m_text, and rebuild_outlines().

+ Here is the call graph for this function: