#include <shapetable.h>
List of all members.
Static Public Member Functions |
static int | SortByUnicharId (const void *v1, const void *v2) |
Detailed Description
Definition at line 36 of file shapetable.h.
Constructor & Destructor Documentation
tesseract::UnicharAndFonts::UnicharAndFonts |
( |
| ) |
|
|
inline |
tesseract::UnicharAndFonts::UnicharAndFonts |
( |
int |
uni_id, |
|
|
int |
font_id |
|
) |
| |
|
inline |
Member Function Documentation
bool tesseract::UnicharAndFonts::DeSerialize |
( |
bool |
swap, |
|
|
FILE * |
fp |
|
) |
| |
bool tesseract::UnicharAndFonts::Serialize |
( |
FILE * |
fp | ) |
const |
int tesseract::UnicharAndFonts::SortByUnicharId |
( |
const void * |
v1, |
|
|
const void * |
v2 |
|
) |
| |
|
static |
Definition at line 48 of file shapetable.cpp.
{
return p1->unichar_id - p2->unichar_id;
}
Member Data Documentation
inT32 tesseract::UnicharAndFonts::unichar_id |
The documentation for this struct was generated from the following files: