Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/eng/
H A Dengobjects.h153 BYTE RequestStrikeOut; member
/reactos/win32ss/gdi/ntgdi/
H A Dfreetype.c2806 TM->tmStruckOut = FontGDI->RequestStrikeOut; in FillTM()
2903 TM->tmStruckOut = (FontGDI->RequestStrikeOut ? 0xFF : 0); in FillTM()
5997 FontGdi->RequestStrikeOut = pLogFont->lfStrikeOut ? 0xFF : 0; in TextIntRealizeFont()