Searched refs:ntmCellHeight (Results 1 – 6 of 6) sorted by relevance
/reactos/modules/rostests/winetests/gdiplus/ |
H A D | font.c | 607 fm->line_spacing = ntm.ntmCellHeight; in gdi_get_font_metrics() 612 fm->descent = ntm.ntmCellHeight - ntm.ntmSizeEM; in gdi_get_font_metrics()
|
/reactos/modules/rostests/winetests/gdi32/ |
H A D | font.c | 2814 …ok(ntm->ntmCellHeight + ntm->ntmCellHeight/5 >= ntm->ntmSizeEM, "ntmCellHeight %d should be close … in arial_enum_proc() 2840 …ok(ntm->ntmCellHeight + ntm->ntmCellHeight/5 >= ntm->ntmSizeEM, "ntmCellHeight %d should be close … in arial_enum_procw() 3869 …ok(ntm->ntmCellHeight == cell_height, "%s: ntmCellHeight %u != %u, os2.usWinAscent/os2.usWinDescen… in test_text_metrics() 3870 font_name, ntm->ntmCellHeight, cell_height, ascent, descent); in test_text_metrics()
|
H A D | generated.c | 4311 TEST_FIELD_SIZE (NEWTEXTMETRICA, ntmCellHeight, 4) in test_pack_NEWTEXTMETRICA() 4312 TEST_FIELD_ALIGN (NEWTEXTMETRICA, ntmCellHeight, 4) in test_pack_NEWTEXTMETRICA() 4313 TEST_FIELD_OFFSET(NEWTEXTMETRICA, ntmCellHeight, 64) in test_pack_NEWTEXTMETRICA() 4416 TEST_FIELD_SIZE (NEWTEXTMETRICW, ntmCellHeight, 4) in test_pack_NEWTEXTMETRICW() 4417 TEST_FIELD_ALIGN (NEWTEXTMETRICW, ntmCellHeight, 4) in test_pack_NEWTEXTMETRICW() 4418 TEST_FIELD_OFFSET(NEWTEXTMETRICW, ntmCellHeight, 68) in test_pack_NEWTEXTMETRICW() 10834 TEST_FIELD_SIZE (NEWTEXTMETRICA, ntmCellHeight, 4) in test_pack_NEWTEXTMETRICA() 10835 TEST_FIELD_ALIGN (NEWTEXTMETRICA, ntmCellHeight, 4) in test_pack_NEWTEXTMETRICA() 10836 TEST_FIELD_OFFSET(NEWTEXTMETRICA, ntmCellHeight, 64) in test_pack_NEWTEXTMETRICA() 10939 TEST_FIELD_SIZE (NEWTEXTMETRICW, ntmCellHeight, 4) in test_pack_NEWTEXTMETRICW() [all …]
|
/reactos/win32ss/gdi/gdi32/objects/ |
H A D | font.c | 196 tma->ntmCellHeight = tmw->ntmCellHeight; in NewTextMetricW2A()
|
/reactos/sdk/include/psdk/ |
H A D | wingdi.h | 2640 UINT ntmCellHeight; member 2666 UINT ntmCellHeight; member
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | freetype.c | 3567 Ntm->ntmCellHeight = (FT_Short)pOS2->usWinAscent + (FT_Short)pOS2->usWinDescent; in FontFamilyFillInfo()
|