MCPcopy 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
2302void Text::setShadowColor( const Color& color ) {
2303 mFontStyleConfig.ShadowColor = color;
2304}
2305
2306Uint32 Text::getNumLines() {
2307 if ( !mCachedWidthNeedUpdate )

Callers 6

setFontShadowColorMethod · 0.80
onAlphaChangeMethod · 0.80
updateFontStyleConfigMethod · 0.80
setHintShadowColorMethod · 0.80
setFontShadowColorMethod · 0.80
onAlphaChangeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected