GetThemeSysFont function uxtheme

int GetThemeSysFont(
  1. int hTheme,
  2. int iFontId,
  3. Pointer<LOGFONT> plf
)

Retrieves the LOGFONT of a system font.

HRESULT GetThemeSysFont(
  HTHEME   hTheme,
  int      iFontId,
  LOGFONTW *plf
);

Implementation

int GetThemeSysFont(int hTheme, int iFontId, Pointer<LOGFONT> plf) =>
    _GetThemeSysFont(hTheme, iFontId, plf);