Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ setShadowColor
Method
setShadowColor
src/eepp/graphics/text.cpp:2302–2304 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2300
}
2301
2302
void Text::setShadowColor( const Color& color ) {
2303
mFontStyleConfig.ShadowColor = color;
2304
}
2305
2306
Uint32 Text::getNumLines() {
2307
if ( !mCachedWidthNeedUpdate )
Callers
6
setFontShadowColor
Method · 0.80
onAlphaChange
Method · 0.80
updateFontStyleConfig
Method · 0.80
setHintShadowColor
Method · 0.80
setFontShadowColor
Method · 0.80
onAlphaChange
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected