Searched refs:small_cap_xheight (Results 1 – 1 of 1) sorted by relevance
724 const double small_cap_xheight = x_height * kXHeightCapRatio; in script_pos_pass() local725 const double small_cap_delta = (x_height - small_cap_xheight) / 2.0; in script_pos_pass()727 small_cap_xheight - small_cap_delta <= word_x_height && in script_pos_pass()728 word_x_height <= small_cap_xheight + small_cap_delta) { in script_pos_pass()