Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/gdi32/
H A DGetStockObject.c37 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 Ddesktopbar.cpp94 FontSelection font(canvas, GetStockFont(ANSI_VAR_FONT)); in Init()
103 SetWindowFont(hwndStart, GetStockFont(ANSI_VAR_FONT), FALSE); in Init()
H A Dquicklaunch.cpp142 FontSelection font(hdc, GetStockFont(ANSI_VAR_FONT)); in AddShortcuts()
H A Dtraynotify.cpp1269 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 DNtGdiGetStockObject.c76 handle = (HANDLE) NtGdiGetStockObject(ANSI_VAR_FONT); in START_TEST()
/reactos/win32ss/gdi/ntgdi/
H A Dstockobj.c236 TextIntCreateFontIndirect(&AnsiVarFont, (HFONT*)&StockObjects[ANSI_VAR_FONT]); in CreateStockFonts()
/reactos/dll/win32/comctl32/
H A Dipaddress.c244 hSysFont = GetStockObject(ANSI_VAR_FONT); in IPADDRESS_Create()
/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dmainframe.cpp227 HFONT hFont = (HFONT)GetStockObject(ANSI_VAR_FONT); in MainFrameBase()
/reactos/sdk/include/psdk/
H A Dwingdi.h907 #define ANSI_VAR_FONT 12 macro
/reactos/modules/rostests/winetests/gdi32/
H A Dfont.c6190 ANSI_FIXED_FONT, ANSI_VAR_FONT, SYSTEM_FONT, DEVICE_DEFAULT_FONT, DEFAULT_GUI_FONT in test_stock_fonts()