Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinience/RedisStudio
/ GetCustomFontCount
Method
GetCustomFontCount
DuiLib/Core/UIManager.cpp:1667–1670 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1665
}
1666
1667
DWORD CPaintManagerUI::GetCustomFontCount() const
1668
{
1669
return m_aCustomFonts.GetSize();
1670
}
1671
1672
HFONT CPaintManagerUI::AddFont(LPCTSTR pStrFontName, int nSize, bool bBold, bool bUnderline, bool bItalic)
1673
{
Callers
nothing calls this directly
Calls
1
GetSize
Method · 0.45
Tested by
no test coverage detected