MCPcopy Create free account
hub / github.com/TankOs/SFGUI / GetLineWrap

Method GetLineWrap

src/SFGUI/Label.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58bool Label::GetLineWrap() const {
59 return m_wrap;
60}
61
62sf::String Label::GetWrappedText() const {
63 if( !m_wrap ) {

Callers 1

CreateLabelDrawableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected