MCPcopy 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
36static HFONT MdDetermineFont(int styleFlags)
37{
38 return MdGetFontByID(MdDetermineFontID(styleFlags));
39}
40
41int MdGetOverhang(HDC hdc, TCHAR chr)
42{

Callers 2

MdMeasureStringFunction · 0.85
MdDrawStringFunction · 0.85

Calls 2

MdGetFontByIDFunction · 0.85
MdDetermineFontIDFunction · 0.85

Tested by

no test coverage detected