Searched refs:prt_tm (Results 1 – 1 of 1) sorted by relevance
1003 static TEXTMETRIC prt_tm; variable1262 GetTextMetrics(prt_dlg.hDC, &prt_tm); in prt_get_cpl()1263 prt_line_height = prt_tm.tmHeight + prt_tm.tmExternalLeading; in prt_get_cpl()1275 prt_number_width = PRINT_NUMBER_WIDTH * prt_tm.tmAveCharWidth; in prt_get_cpl()1284 return (prt_right_margin - prt_left_margin) / prt_tm.tmAveCharWidth; in prt_get_cpl()1614 + prt_tm.tmAscent + prt_tm.tmExternalLeading; in mch_print_start_line()1633 prt_pos_x += (sz.cx - prt_tm.tmOverhang); in mch_print_text_out()