Home
last modified time | relevance | path

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

/dports/graphics/tesseract/tesseract-5.0.0/src/ccmain/
H A Dcontrol.cpp724 const double small_cap_xheight = x_height * kXHeightCapRatio; in script_pos_pass() local
725 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()