tesseract  v4.0.0-17-g361f3264
Open Source OCR Engine
tesseract::FontSpacingInfo Struct Reference

#include <fontinfo.h>

Collaboration diagram for tesseract::FontSpacingInfo:

Public Attributes

int16_t x_gap_before
 
int16_t x_gap_after
 
GenericVector< UNICHAR_ID > kerned_unichar_ids
 
GenericVector< int16_t > kerned_x_gaps
 

Member Data Documentation

◆ kerned_unichar_ids

GenericVector<UNICHAR_ID> tesseract::FontSpacingInfo::kerned_unichar_ids

◆ kerned_x_gaps

GenericVector<int16_t> tesseract::FontSpacingInfo::kerned_x_gaps

◆ x_gap_after

int16_t tesseract::FontSpacingInfo::x_gap_after

◆ x_gap_before

int16_t tesseract::FontSpacingInfo::x_gap_before

The documentation for this struct was generated from the following file: