|
tesseract
4.00.00dev
|
This is the complete list of members for tesseract::FontUtils, including all inherited members.
| BestFonts(const std::unordered_map< char32, inT64 > &ch_map, std::vector< std::pair< const char *, std::vector< bool > > > *font_flag) | tesseract::FontUtils | static |
| FontScore(const std::unordered_map< char32, inT64 > &ch_map, const string &fontname, int *raw_score, std::vector< bool > *ch_flags) | tesseract::FontUtils | static |
| GetAllRenderableCharacters(std::vector< bool > *unichar_bitmap) | tesseract::FontUtils | static |
| GetAllRenderableCharacters(const std::vector< string > &font_names, std::vector< bool > *unichar_bitmap) | tesseract::FontUtils | static |
| GetAllRenderableCharacters(const string &font_name, std::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, std::vector< string > *graphemes) | tesseract::FontUtils | static |
| SelectFont(const char *utf8_word, const int utf8_len, const std::vector< string > &all_fonts, string *font_name, std::vector< string > *graphemes) | tesseract::FontUtils | static |