Home
last modified time | relevance | path

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

/dports/japanese/today/ja-today-2.12_2/
H A Dpropshet.c237 static HFONT hfontPreview; variable
743 SendDlgItemMessage(hDlg, IDC_LEVEL_LIST, WM_SETFONT, (WPARAM)hfontPreview, TRUE); in createLevelList()
851 SendDlgItemMessage(hDlg, IDC_HIST_TEXT_PREVIEW, WM_SETFONT, (WPARAM)hfontPreview, TRUE); in historyTabProc()
906 SendDlgItemMessage(hDlg, IDC_SCHE_TEXT_PREVIEW, WM_SETFONT, (WPARAM)hfontPreview, TRUE); in scheduleTabProc()
1483hfontPreview = CreateFont(-MulDiv(9, GetDeviceCaps(hdc, LOGPIXELSY), 72), 0, 0, 0, FW_NORMAL, FALS… in setupPropertyProc()
1500 if (hfontPreview) { in setupPropertyProc()
1501 DeleteObject(hfontPreview); in setupPropertyProc()