#include <shapetable.h>
Definition at line 159 of file shapetable.h.
◆ UnicharAndFonts() [1/2]
tesseract::UnicharAndFonts::UnicharAndFonts |
( |
| ) |
|
|
inline |
◆ UnicharAndFonts() [2/2]
tesseract::UnicharAndFonts::UnicharAndFonts |
( |
int |
uni_id, |
|
|
int |
font_id |
|
) |
| |
|
inline |
◆ DeSerialize()
bool tesseract::UnicharAndFonts::DeSerialize |
( |
TFile * |
fp | ) |
|
◆ Serialize()
bool tesseract::UnicharAndFonts::Serialize |
( |
FILE * |
fp | ) |
const |
◆ SortByUnicharId()
int tesseract::UnicharAndFonts::SortByUnicharId |
( |
const void * |
v1, |
|
|
const void * |
v2 |
|
) |
| |
|
static |
Definition at line 79 of file shapetable.cpp.
80 const auto* p1 = static_cast<const UnicharAndFonts*>(v1);
81 const auto* p2 = static_cast<const UnicharAndFonts*>(v2);
82 return p1->unichar_id - p2->unichar_id;
◆ font_ids
◆ unichar_id
int32_t tesseract::UnicharAndFonts::unichar_id |
The documentation for this struct was generated from the following files: