Searched refs:tt_hori (Results 1 – 1 of 1) sorted by relevance
658 TT_HHEA tt_hori; in get_font_metrics() local668 memset(&tt_hori, 0, sizeof(tt_hori)); in get_font_metrics()669 if (GetFontData(hdc, MS_HHEA_TAG, 0, &tt_hori, sizeof(tt_hori)) != GDI_ERROR) in get_font_metrics()671 fm->ascent = GET_BE_WORD(tt_hori.Ascender); in get_font_metrics()672 fm->descent = -GET_BE_WORD(tt_hori.Descender); in get_font_metrics()674 line_gap = GET_BE_WORD(tt_hori.LineGap); in get_font_metrics()