Searched refs:textm (Results 1 – 1 of 1) sorted by relevance
1620 TEXTMETRICA textm; in test_GetGlyphIndices() local1637 ok(GetTextMetricsA(hdc, &textm), "GetTextMetric failed\n"); in test_GetGlyphIndices()1638 if (textm.tmCharSet == ANSI_CHARSET) in test_GetGlyphIndices()1647 … ok(glyphs[4] == textm.tmDefaultChar, "GetGlyphIndicesW should have returned a %04x not %04x\n", in test_GetGlyphIndices()1648 textm.tmDefaultChar, glyphs[4]); in test_GetGlyphIndices()1665 ok(GetTextMetricsA(hdc, &textm), "GetTextMetric failed\n"); in test_GetGlyphIndices()1671 testtext[0] = textm.tmDefaultChar; in test_GetGlyphIndices()