|
| TESS_API | FontInfoTable () |
| |
| TESS_API | ~FontInfoTable () |
| |
| TESS_API bool | Serialize (FILE *fp) const |
| |
| TESS_API bool | DeSerialize (TFile *fp) |
| |
| TESS_API bool | SetContainsFontProperties (int font_id, const std::vector< ScoredFont > &font_set) const |
| |
| TESS_API bool | SetContainsMultipleFontProperties (const std::vector< ScoredFont > &font_set) const |
| |
| TESS_API void | MoveSpacingInfoFrom (FontInfoTable *other) |
| |
| TESS_API void | MoveTo (UnicityTable< FontInfo > *target) |
| |
| | GenericVector () |
| |
| | GenericVector (const GenericVector &other) |
| |
| GenericVector< FontInfo > & | operator+= (const GenericVector &other) |
| |
| void | operator+= (const FontInfo &t) |
| |
| GenericVector< FontInfo > & | operator= (const GenericVector &other) |
| |
| | ~GenericVector () |
| |
| void | reserve (int size) |
| |
| void | double_the_size () |
| |
| void | init_to_size (int size, const FontInfo &t) |
| |
| void | resize (int size, const FontInfo &t) |
| |
| void | resize_no_init (int size) |
| |
| unsigned | size () const |
| |
| size_t | unsigned_size () const |
| |
| int | size_reserved () const |
| |
| bool | empty () const |
| |
| FontInfo & | at (int index) const |
| |
| FontInfo & | back () const |
| |
| FontInfo & | operator[] (int index) const |
| |
| FontInfo | pop_back () |
| |
| int | get_index (const FontInfo &object) const |
| |
| int | push_back (FontInfo object) |
| |
| void | set (const FontInfo &t, int index) |
| |
| void | insert (const FontInfo &t, int index) |
| |
| void | remove (int index) |
| |
| void | truncate (int size) |
| |
| void | set_clear_callback (const std::function< void(FontInfo)> &cb) |
| |
| void | clear () |
| |
| void | delete_data_pointers () |
| |
| void | move (GenericVector< FontInfo > *from) |
| |
| bool | write (FILE *f, const std::function< bool(FILE *, const FontInfo &)> &cb) const |
| |
| bool | read (TFile *f, const std::function< bool(TFile *, FontInfo *)> &cb) |
| |
| bool | Serialize (FILE *fp) const |
| |
| bool | Serialize (TFile *fp) const |
| |
| bool | DeSerialize (bool swap, FILE *fp) |
| |
| bool | DeSerialize (TFile *fp) |
| |
| bool | SerializeClasses (FILE *fp) const |
| |
| bool | DeSerializeClasses (TFile *fp) |
| |
| void | reverse () |
| |
| void | sort () |
| |
| void | sort (int(*comparator)(const void *, const void *)) |
| |
| void | swap (int index1, int index2) |
| |
Definition at line 160 of file fontinfo.h.