Searched refs:ANSI_VAR_FONT (Results 1 – 10 of 10) sorted by relevance
/reactos/modules/rostests/apitests/gdi32/ |
H A D | GetStockObject.c | 37 TEST(GDI_HANDLE_GET_TYPE(GetStockObject(ANSI_VAR_FONT)) == GDI_OBJECT_TYPE_FONT); /* 12 */ in Test_GetStockObject()
|
/reactos/modules/rosapps/applications/explorer-old/taskbar/ |
H A D | desktopbar.cpp | 94 FontSelection font(canvas, GetStockFont(ANSI_VAR_FONT)); in Init() 103 SetWindowFont(hwndStart, GetStockFont(ANSI_VAR_FONT), FALSE); in Init()
|
H A D | quicklaunch.cpp | 142 FontSelection font(hdc, GetStockFont(ANSI_VAR_FONT)); in AddShortcuts()
|
H A D | traynotify.cpp | 1269 FontSelection font(canvas, GetStockFont(ANSI_VAR_FONT)); in Create() 1351 FontSelection font(canvas, GetStockFont(ANSI_VAR_FONT)); in Paint()
|
/reactos/modules/rostests/apitests/win32nt/ntgdi/ |
H A D | NtGdiGetStockObject.c | 76 handle = (HANDLE) NtGdiGetStockObject(ANSI_VAR_FONT); in START_TEST()
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | stockobj.c | 236 TextIntCreateFontIndirect(&AnsiVarFont, (HFONT*)&StockObjects[ANSI_VAR_FONT]); in CreateStockFonts()
|
/reactos/dll/win32/comctl32/ |
H A D | ipaddress.c | 244 hSysFont = GetStockObject(ANSI_VAR_FONT); in IPADDRESS_Create()
|
/reactos/modules/rosapps/applications/explorer-old/shell/ |
H A D | mainframe.cpp | 227 HFONT hFont = (HFONT)GetStockObject(ANSI_VAR_FONT); in MainFrameBase()
|
/reactos/sdk/include/psdk/ |
H A D | wingdi.h | 907 #define ANSI_VAR_FONT 12 macro
|
/reactos/modules/rostests/winetests/gdi32/ |
H A D | font.c | 6190 ANSI_FIXED_FONT, ANSI_VAR_FONT, SYSTEM_FONT, DEVICE_DEFAULT_FONT, DEFAULT_GUI_FONT in test_stock_fonts()
|