Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 339 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 339 Bytes

GetTitleBarFont

get title bar font

下記の3行でタイトルバーのフォントは取得できます。

LOGFONTW lf = {};
SystemParametersInfoW(SPI_GETICONTITLELOGFONT, sizeof(LOGFONTW), &lf, 0);
SetWindowText(hEdit, lf.lfFaceName);

ちなみにWindows 11(日本語環境)のフォントはYu Gothic UIでした。