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

Method start_point

dep/agg/src/agg_gsv_text.cpp:536–541  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

534
535 //-------------------------------------------------------------------------
536 void gsv_text::start_point(double x, double y)
537 {
538 m_x = m_start_x = x;
539 m_y = y;
540 //if(m_flip) m_y += m_height;
541 }
542
543 //-------------------------------------------------------------------------
544 void gsv_text::load_font(const char* file)

Callers 1

textMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected