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

Method setHorizontalAlignment

src/core/objects/text_object.cpp:310–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310void TextObject::setHorizontalAlignment(TextObject::HorizontalAlignment h_align)
311{
312 this->h_align = h_align;
313 setOutputDirty();
314}
315
316void TextObject::setVerticalAlignment(TextObject::VerticalAlignment v_align)
317{

Callers 5

applyLabelAnchorFunction · 0.45
loadMethod · 0.45
importObjectMethod · 0.45
importRectangleObjectMethod · 0.45
createPreviewMapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected