MCPcopy 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
32static HFONT MdGetFontByID(int id) {
33 return *(g_FntMdStyleArray[id]);
34}
35
36static HFONT MdDetermineFont(int styleFlags)
37{

Callers 3

MdDetermineFontFunction · 0.85
MdLineHeightFunction · 0.85
MdSpaceWidthFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected