Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/subsys/win/
H A Dconmsg.h422 ULONG FontIndex; member
431 ULONG FontIndex; member
439 ULONG FontIndex; member
/reactos/win32ss/user/winsrv/consrv/
H A Dfrontendctl.c404 GetCurrentFontRequest->FontIndex = 0; in CON_API()
/reactos/dll/win32/kernel32/client/console/
H A Dconsole.c622 GetFontSizeRequest->FontIndex = nFont; in GetConsoleFontSize()
716 lpConsoleCurrentFont->nFont = GetCurrentFontRequest->FontIndex; in GetCurrentConsoleFont()
923 SetFontRequest->FontIndex = nFont; in SetConsoleFont()
/reactos/win32ss/gdi/ntgdi/
H A Dfreetype.c1720 PSHARED_FACE SharedFace, FT_Long FontIndex, INT CharSetIndex) in IntGdiLoadFontsFromMemory() argument
1748 ((FontIndex != -1) ? FontIndex : 0), in IntGdiLoadFontsFromMemory()
1987 if (FontIndex == -1) in IntGdiLoadFontsFromMemory()
2001 FontIndex = 0; in IntGdiLoadFontsFromMemory()
2049 IntGdiLoadFontsFromMemory(pLoadFont, SharedFace, FontIndex, i); in IntGdiLoadFontsFromMemory()