Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
bool Label::GetLineWrap() const {
59
return m_wrap;
60
}
61
62
sf::String Label::GetWrappedText() const {
63
if( !m_wrap ) {
Callers
1
CreateLabelDrawable
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected