Home
last modified time | relevance | path

Searched refs:SetWindowFont (Results 1 – 7 of 7) sorted by relevance

/reactos/base/setup/reactos/
H A Dreactos.h55 SetWindowFont(GetDlgItem((hDlg), (nID)), (hFont), (bRedraw))
/reactos/modules/rosapps/applications/explorer-old/taskbar/
H A Dstartmenu.h117 SetWindowFont(_hwnd, GetStockFont(DEFAULT_GUI_FONT), FALSE); in Button()
H A Ddesktopbar.cpp103 SetWindowFont(hwndStart, GetStockFont(ANSI_VAR_FONT), FALSE); in Init()
/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dpane.cpp134 SetWindowFont(hwnd, GetStockFont(DEFAULT_GUI_FONT), FALSE); in create_header()
157 SetWindowFont(_hwnd, _out_wrkr._hfont, FALSE); in init()
/reactos/base/applications/mspaint/
H A Dtextedit.cpp360 SetWindowFont(m_hWnd, m_hFontZoomed, TRUE); in UpdateFont()
/reactos/modules/rosapps/applications/explorer-old/
H A Dexplorer.cpp897 SetWindowFont(hwnd_winver, GetStockFont(DEFAULT_GUI_FONT), FALSE); in ExplorerAboutDlg()
/reactos/sdk/include/psdk/
H A Dwindowsx.h533 #define SetWindowFont(hwnd,hfont,fRedraw) FORWARD_WM_SETFONT((hwnd),(hfont),(fRedraw),SNDMSG) macro