tesseract v5.3.3.20231005
tesseract::FontSpacingInfo Struct Reference

#include <fontinfo.h>

Public Attributes

int16_t x_gap_before
 
int16_t x_gap_after
 
std::vector< UNICHAR_IDkerned_unichar_ids
 
std::vector< int16_t > kerned_x_gaps
 

Detailed Description

Definition at line 53 of file fontinfo.h.

Member Data Documentation

◆ kerned_unichar_ids

std::vector<UNICHAR_ID> tesseract::FontSpacingInfo::kerned_unichar_ids

Definition at line 56 of file fontinfo.h.

◆ kerned_x_gaps

std::vector<int16_t> tesseract::FontSpacingInfo::kerned_x_gaps

Definition at line 57 of file fontinfo.h.

◆ x_gap_after

int16_t tesseract::FontSpacingInfo::x_gap_after

Definition at line 55 of file fontinfo.h.

◆ x_gap_before

int16_t tesseract::FontSpacingInfo::x_gap_before

Definition at line 54 of file fontinfo.h.


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