|
tesseract v5.3.3.20231005
|
#include "errcode.h"#include <tesseract/unichar.h>#include "genericvector.h"#include <cstdint>#include <cstdio>#include <vector>Go to the source code of this file.
Classes | |
| struct | tesseract::ScoredFont |
| struct | tesseract::FontSpacingInfo |
| struct | tesseract::FontInfo |
| class | tesseract::FontInfoTable |
Namespaces | |
| namespace | tesseract |
Typedefs | |
| using | tesseract::FontSet = std::vector< int > |
Functions | |
| void | tesseract::FontInfoDeleteCallback (FontInfo f) |
| bool | tesseract::read_info (TFile *f, FontInfo *fi) |
| bool | tesseract::write_info (FILE *f, const FontInfo &fi) |
| bool | tesseract::read_spacing_info (TFile *f, FontInfo *fi) |
| bool | tesseract::write_spacing_info (FILE *f, const FontInfo &fi) |
| bool | tesseract::write_set (FILE *f, const FontSet &fs) |