Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
219
void TextObject::setBoxSize(const MapCoord& size)
220
{
221
has_single_anchor = false;
222
this->size = size;
223
setOutputDirty();
224
}
225
226
std::vector<QPointF> TextObject::controlPoints() const
227
{
Callers
1
load
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected