tesseract
5.0.0-alpha-619-ge9db
|
#include <fontinfo.h>
Public Attributes | |
int16_t | x_gap_before |
int16_t | x_gap_after |
GenericVector< UNICHAR_ID > | kerned_unichar_ids |
GenericVector< int16_t > | kerned_x_gaps |
Definition at line 51 of file fontinfo.h.
GenericVector<UNICHAR_ID> tesseract::FontSpacingInfo::kerned_unichar_ids |
Definition at line 54 of file fontinfo.h.
GenericVector<int16_t> tesseract::FontSpacingInfo::kerned_x_gaps |
Definition at line 55 of file fontinfo.h.
int16_t tesseract::FontSpacingInfo::x_gap_after |
Definition at line 53 of file fontinfo.h.
int16_t tesseract::FontSpacingInfo::x_gap_before |
Definition at line 52 of file fontinfo.h.