MCPcopy Create free account
hub / github.com/cinience/RedisStudio / GetDefaultFontColor

Method GetDefaultFontColor

DuiLib/Core/UIManager.cpp:1583–1587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1581}
1582
1583DWORD CPaintManagerUI::GetDefaultFontColor() const
1584{
1585 if( m_pParentResourcePM ) return m_pParentResourcePM->GetDefaultFontColor();
1586 return m_dwDefaultFontColor;
1587}
1588
1589void CPaintManagerUI::SetDefaultFontColor(DWORD dwColor)
1590{

Callers 7

PaintTextMethod · 0.80
PaintTextMethod · 0.80
PaintTextMethod · 0.80
PaintTextMethod · 0.80
PaintTextMethod · 0.80
GetSelectedTextColorMethod · 0.80
PaintTextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected