tesseract
5.0.0-alpha-619-ge9db
|
#include <cstdint>
#include <cstdio>
#include "errcode.h"
#include <tesseract/genericvector.h>
#include <tesseract/unichar.h>
Go to the source code of this file.
Classes | |
class | UnicityTable< T > |
struct | tesseract::ScoredFont |
struct | tesseract::FontSpacingInfo |
struct | tesseract::FontInfo |
struct | tesseract::FontSet |
class | tesseract::FontInfoTable |
Namespaces | |
tesseract | |
Functions | |
bool | tesseract::CompareFontInfo (const FontInfo &fi1, const FontInfo &fi2) |
bool | tesseract::CompareFontSet (const FontSet &fs1, const FontSet &fs2) |
void | tesseract::FontInfoDeleteCallback (FontInfo f) |
void | tesseract::FontSetDeleteCallback (FontSet fs) |
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::read_set (TFile *f, FontSet *fs) |
bool | tesseract::write_set (FILE *f, const FontSet &fs) |