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

Method textSize

dep/agg/src/agg2d.cpp:902–906  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

900
901//------------------------------------------------------------------------
902void Agg2D::textSize(double sizeX, double sizeY)
903{
904 m_textSizeX = sizeX;
905 m_textSizeY = sizeY;
906}
907
908//------------------------------------------------------------------------
909void Agg2D::textAlignment(TextAlignment alignment)

Callers 2

draw_y_axisFunction · 0.45
draw_x_axisFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected