MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / setTextAlign

Method setTextAlign

source/windowing/StarButtonWidget.cpp:341–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339}
340
341void ButtonWidget::setTextAlign(HorizontalAnchor hAnchor) {
342 m_hTextAnchor = hAnchor;
343}
344
345void ButtonWidget::setFontColor(Color color) {
346 m_textStyle.color = (m_fontColor = color).toRgba();

Callers 2

buttonHandlerMethod · 0.45
textboxHandlerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected