Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ getTextHints
Method
getTextHints
src/eepp/graphics/text.cpp:1621–1623 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1619
}
1620
1621
Uint32 Text::getTextHints() const {
1622
return mTextHints;
1623
}
1624
1625
void Text::setTextHints( Uint32 textHints ) {
1626
mTextHints = textHints;
Callers
3
onNewString
Method · 0.45
getMaxIntrinsicWidth
Method · 0.45
updateLayout
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected