Home
last modified time | relevance | path

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

/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvtextfm.cpp2195 int min_extra_width = 0; // negative value (from the allowed spaces condensing) in alignLine() local
2201 min_extra_width += word->min_width - word->width; in alignLine()
2235 if ( new_extra_width < min_extra_width ) { // too much added, not enough for spaces in alignLine()