Home
last modified time | relevance | path

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

/reactos/dll/win32/gdiplus/
H A Dfont.c116 #define MS_OS2_TAG MS_MAKE_TAG('O','S','/','2') macro
680 size = GetFontData(hdc, MS_OS2_TAG, 0, NULL, 0); in get_font_metrics()
686 if (GetFontData(hdc, MS_OS2_TAG, 0, &tt_os2, size) != size) return FALSE; in get_font_metrics()
/reactos/modules/rostests/winetests/gdi32/
H A Dfont.c80 #define MS_OS2_TAG MS_MAKE_TAG('O','S','/','2') macro
3833 size = GetFontData(hdc, MS_OS2_TAG, 0, NULL, 0); in test_text_metrics()
3846 ret = GetFontData(hdc, MS_OS2_TAG, 0, &tt_os2, size); in test_text_metrics()