Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinience/RedisStudio
/ SetFont
Method
SetFont
DuiLib/Control/UILabel.cpp:115–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
}
114
115
void CLabelUI::SetFont(int index)
116
{
117
m_iFont = index;
118
Invalidate();
119
}
120
121
int CLabelUI::GetFont() const
122
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected