MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / textAlignment

Method textAlignment

dep/agg/src/agg2d.cpp:909–912  ·  view source on GitHub ↗

------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

907
908//------------------------------------------------------------------------
909void Agg2D::textAlignment(TextAlignment alignment)
910{
911 m_textAlignment = alignment;
912}
913
914//------------------------------------------------------------------------
915void Agg2D::resetPath() { m_path.remove_all(); }

Callers 2

draw_y_axisFunction · 0.80
draw_x_axisFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected