MCPcopy 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
1667DWORD CPaintManagerUI::GetCustomFontCount() const
1668{
1669 return m_aCustomFonts.GetSize();
1670}
1671
1672HFONT CPaintManagerUI::AddFont(LPCTSTR pStrFontName, int nSize, bool bBold, bool bUnderline, bool bItalic)
1673{

Callers

nothing calls this directly

Calls 1

GetSizeMethod · 0.45

Tested by

no test coverage detected