Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiscordMessenger/dm
/ MdGetFontByID
Function
MdGetFontByID
src/windows/TextInterface_Win32.cpp:32–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
static HFONT MdGetFontByID(int id) {
33
return *(g_FntMdStyleArray[id]);
34
}
35
36
static HFONT MdDetermineFont(int styleFlags)
37
{
Callers
3
MdDetermineFont
Function · 0.85
MdLineHeight
Function · 0.85
MdSpaceWidth
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected