Go to the source code of this file.
◆ FVM_GETFULLNAME
◆ FVM_SETSTRING
◆ FVM_SETTYPEFACE
◆ MAX_FORMAT
◆ MAX_SIZES
◆ MAX_STRING
◆ Display_InitClass()
Definition at line 40 of file display.c.
41{
43
44
57
58
60 {
62 }
64}
const WCHAR g_szFontDisplayClassName[]
LRESULT CALLBACK DisplayProc(HWND, UINT, WPARAM, LPARAM)
HGDIOBJ WINAPI GetStockObject(_In_ int)
ATOM WINAPI RegisterClassExW(_In_ CONST WNDCLASSEXW *)
Referenced by wWinMain().
◆ Display_OnPrint()
Definition at line 422 of file display.c.
423{
426 int copies, yPos;
427
428
430
441
442
444 {
446#if 0
448
451
452
454#endif
460
461
463
464
466
467
468 yPos = 0;
469
470
472
473
474 for (copies = 0; copies < pfont.
nCopies; copies++)
475 {
476
477 TextOutW(pfont.
hDC, 10, yPos,
L"Testing...1...2...3", 19);
478
479
480
481#if 0
483#endif
484
485
487
488
490 {
491 yPos = 0;
493 }
494 }
495
496
498
500#if 0
501
503#endif
504 }
505
506 return 0;
507}
static int Display_DrawText(HDC hDC, DISPLAYDATA *pData, int nYPos)
#define PD_USEDEVMODECOPIESANDCOLLATE
TW_UINT32 TW_UINT16 TW_UINT16 TW_MEMREF pData
int WINAPI EndPage(_In_ HDC)
int WINAPI EndDoc(_In_ HDC)
int WINAPI StartPage(_In_ HDC)
BOOL WINAPI TextOutW(_In_ HDC hdc, _In_ int x, _In_ int y, _In_reads_(c) LPCWSTR lpString, _In_ int c)
BOOL WINAPI DeleteDC(_In_ HDC)
Referenced by MainWndProc().
◆ g_szFontDisplayClassName