Home
last modified time | relevance | path

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

/reactos/base/applications/notepad/
H A Dprinting.c368 LOGFONT lfBody, lfHeader; in DoCreatePrintFonts() local
371 lfBody = Globals.lfFont; in DoCreatePrintFonts()
372 lfBody.lfHeight = -Y_POINTS_TO_PIXELS(pPrinter->hDC, BODY_FONT_SIZE); in DoCreatePrintFonts()
373 pPrintData->hBodyFont = CreateFontIndirect(&lfBody); in DoCreatePrintFonts()