#include <fontinfo.h>
◆ FontInfo()
tesseract::FontInfo::FontInfo |
( |
| ) |
|
|
inline |
◆ ~FontInfo()
tesseract::FontInfo::~FontInfo |
( |
| ) |
|
|
default |
◆ add_spacing()
void tesseract::FontInfo::add_spacing |
( |
UNICHAR_ID |
uch_id, |
|
|
FontSpacingInfo * |
spacing_info |
|
) |
| |
|
inline |
◆ DeSerialize()
bool tesseract::FontInfo::DeSerialize |
( |
TFile * |
fp | ) |
|
◆ get_spacing() [1/2]
const FontSpacingInfo* tesseract::FontInfo::get_spacing |
( |
UNICHAR_ID |
uch_id | ) |
const |
|
inline |
◆ get_spacing() [2/2]
bool tesseract::FontInfo::get_spacing |
( |
UNICHAR_ID |
prev_uch_id, |
|
|
UNICHAR_ID |
uch_id, |
|
|
int * |
spacing |
|
) |
| const |
|
inline |
◆ init_spacing()
void tesseract::FontInfo::init_spacing |
( |
int |
unicharset_size | ) |
|
|
inline |
◆ is_bold()
bool tesseract::FontInfo::is_bold |
( |
| ) |
const |
|
inline |
◆ is_fixed_pitch()
bool tesseract::FontInfo::is_fixed_pitch |
( |
| ) |
const |
|
inline |
◆ is_fraktur()
bool tesseract::FontInfo::is_fraktur |
( |
| ) |
const |
|
inline |
◆ is_italic()
bool tesseract::FontInfo::is_italic |
( |
| ) |
const |
|
inline |
◆ is_serif()
bool tesseract::FontInfo::is_serif |
( |
| ) |
const |
|
inline |
◆ Serialize()
bool tesseract::FontInfo::Serialize |
( |
FILE * |
fp | ) |
const |
◆ name
char* tesseract::FontInfo::name |
◆ properties
uint32_t tesseract::FontInfo::properties |
◆ spacing_vec
◆ universal_id
int32_t tesseract::FontInfo::universal_id |
The documentation for this struct was generated from the following files:
- /home/stephane/src/tesseract/src/ccstruct/fontinfo.h
- /home/stephane/src/tesseract/src/ccstruct/fontinfo.cpp