MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / setBoxSize

Method setBoxSize

src/core/objects/text_object.cpp:219–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219void TextObject::setBoxSize(const MapCoord& size)
220{
221 has_single_anchor = false;
222 this->size = size;
223 setOutputDirty();
224}
225
226std::vector<QPointF> TextObject::controlPoints() const
227{

Callers 1

loadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected