Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiscordMessenger/dm
/ MdDetermineFont
Function
MdDetermineFont
src/windows/TextInterface_Win32.cpp:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
static HFONT MdDetermineFont(int styleFlags)
37
{
38
return MdGetFontByID(MdDetermineFontID(styleFlags));
39
}
40
41
int MdGetOverhang(HDC hdc, TCHAR chr)
42
{
Callers
2
MdMeasureString
Function · 0.85
MdDrawString
Function · 0.85
Calls
2
MdGetFontByID
Function · 0.85
MdDetermineFontID
Function · 0.85
Tested by
no test coverage detected