This is the complete list of members for tesseract::FontUtils, including all inherited members.
BestFonts(const unordered_map< char32, inT64 > &ch_map, vector< std::pair< const char *, vector< bool > > > *font_flag) | tesseract::FontUtils | static |
FontScore(const unordered_map< char32, inT64 > &ch_map, const string &fontname, int *raw_score, vector< bool > *ch_flags) | tesseract::FontUtils | static |
GetAllRenderableCharacters(vector< bool > *unichar_bitmap) | tesseract::FontUtils | static |
GetAllRenderableCharacters(const vector< string > &font_names, vector< bool > *unichar_bitmap) | tesseract::FontUtils | static |
GetAllRenderableCharacters(const string &font_name, vector< bool > *unichar_bitmap) | tesseract::FontUtils | static |
IsAvailableFont(const char *font_desc) | tesseract::FontUtils | inlinestatic |
IsAvailableFont(const char *font_desc, string *best_match) | tesseract::FontUtils | static |
ListAvailableFonts() | tesseract::FontUtils | static |
ReInit() | tesseract::FontUtils | static |
SelectFont(const char *utf8_word, const int utf8_len, string *font_name, vector< string > *graphemes) | tesseract::FontUtils | static |
SelectFont(const char *utf8_word, const int utf8_len, const vector< string > &all_fonts, string *font_name, vector< string > *graphemes) | tesseract::FontUtils | static |