Home
last modified time | relevance | path

Searched defs:FontSpacingInfo (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/tesseract/tesseract-5.0.0/src/ccstruct/
H A Dfontinfo.h53 struct FontSpacingInfo { struct
54 int16_t x_gap_before;
55 int16_t x_gap_after;
56 std::vector<UNICHAR_ID> kerned_unichar_ids;
80 spacing_vec = new std::vector<FontSpacingInfo *>(unicharset_size); in init_spacing() argument