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 55 of file display.c.
56{
58
59
72
73
75 {
77 }
79}
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 437 of file display.c.
438{
441 int copies, yPos;
442
443
445
456
457
459 {
461#if 0
463
466
467
469#endif
475
476
478
479
481
482
483 yPos = 0;
484
485
487
488
489 for (copies = 0; copies < pfont.
nCopies; copies++)
490 {
491
492 TextOutW(pfont.
hDC, 10, yPos,
L"Testing...1...2...3", 19);
493
494
495
496#if 0
498#endif
499
500
502
503
505 {
506 yPos = 0;
508 }
509 }
510
511
513
515#if 0
516
518#endif
519 }
520
521 return 0;
522}
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