Home
last modified time | relevance | path

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

/dports/graphics/tesseract/tesseract-5.0.0/src/training/
H A Dtext2image.cpp201 struct SpacingProperties { struct
202 SpacingProperties() : x_gap_before(0), x_gap_after(0) {} in SpacingProperties() function
203 SpacingProperties(int b, int a) : x_gap_before(b), x_gap_after(a) {} in SpacingProperties() argument
240 std::map<std::string, SpacingProperties> spacing_map; in ExtractFontProperties()
241 std::map<std::string, SpacingProperties>::iterator spacing_map_it0; in ExtractFontProperties()
242 std::map<std::string, SpacingProperties>::iterator spacing_map_it1; in ExtractFontProperties()
290 spacing_map[ch0] = SpacingProperties(x_bearing, x_advance - x_bearing - boxes[b]->box()->w); in ExtractFontProperties()
300 SpacingProperties(x_bearing, x_advance - x_bearing - boxes[b + 1]->box()->w); in ExtractFontProperties()
316 std::map<std::string, SpacingProperties>::const_iterator spacing_map_it; in ExtractFontProperties()