Home
last modified time | relevance | path

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

/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Dh_font.c210 double new_relative_char_width, new_relative_char_height; in _pl_h_set_font() local
232 new_relative_char_height = in _pl_h_set_font()
239 || new_relative_char_height != _plotter->hpgl_rel_char_height)) in _pl_h_set_font()
242 new_relative_char_width, new_relative_char_height); in _pl_h_set_font()
245 _plotter->hpgl_rel_char_height = new_relative_char_height; in _pl_h_set_font()