|
tesseract
4.1.0
|
#include <shapetable.h>
Public Member Functions | |
| UnicharAndFonts () | |
| UnicharAndFonts (int uni_id, int font_id) | |
| bool | Serialize (FILE *fp) const |
| bool | DeSerialize (TFile *fp) |
Static Public Member Functions | |
| static int | SortByUnicharId (const void *v1, const void *v2) |
Public Attributes | |
| GenericVector< int32_t > | font_ids |
| int32_t | unichar_id |
Definition at line 160 of file shapetable.h.
|
inline |
Definition at line 161 of file shapetable.h.
|
inline |
Definition at line 163 of file shapetable.h.
| bool tesseract::UnicharAndFonts::DeSerialize | ( | TFile * | fp | ) |
Definition at line 74 of file shapetable.cpp.
| bool tesseract::UnicharAndFonts::Serialize | ( | FILE * | fp | ) | const |
Definition at line 69 of file shapetable.cpp.
|
static |
Definition at line 79 of file shapetable.cpp.
| GenericVector<int32_t> tesseract::UnicharAndFonts::font_ids |
Definition at line 175 of file shapetable.h.
| int32_t tesseract::UnicharAndFonts::unichar_id |
Definition at line 176 of file shapetable.h.