Searched refs:get_char_height (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/groff-38/groff/src/roff/troff/
H A Denv.h279 int get_char_height() { return char_height; } function in class:environment
H A Dnode.cpp207 vunits get_char_height(charinfo *);
500 vunits tfont::get_char_height(charinfo *c) function in class:tfont
1011 int height = tf->get_char_height(ci).to_units();
2115 *min = -tf->get_char_height(ci);
3824 int char_height = curenv->get_char_height();
4831 int char_height = env->get_char_height();
4916 int char_height = env->get_char_height();
H A Dinput.cpp2018 if (!compatible_flag && curenv->get_char_height())
2020 if (get_delim_number(&x, 'z', curenv->get_char_height()))
H A Denv.cpp3295 init_int_env_reg(".height", get_char_height);

Completed in 189 milliseconds