tesseract
5.0.0-alpha-619-ge9db
|
This is the complete list of members for tesseract::FontUtils, including all inherited members.
BestFonts(const std::unordered_map< char32, int64_t > &ch_map, std::vector< std::pair< const char *, std::vector< bool > > > *font_flag) | tesseract::FontUtils | static |
FontScore(const std::unordered_map< char32, int64_t > &ch_map, const std::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< std::string > &font_names, std::vector< bool > *unichar_bitmap) | tesseract::FontUtils | static |
GetAllRenderableCharacters(const std::string &font_name, std::vector< bool > *unichar_bitmap) | tesseract::FontUtils | static |
IsAvailableFont(const char *font_desc) | tesseract::FontUtils | inlinestatic |
IsAvailableFont(const char *font_desc, std::string *best_match) | tesseract::FontUtils | static |
ListAvailableFonts() | tesseract::FontUtils | static |
PangoFontTypeInfo() | tesseract::FontUtils | static |
ReInit() | tesseract::FontUtils | static |
SelectFont(const char *utf8_word, const int utf8_len, std::string *font_name, std::vector< std::string > *graphemes) | tesseract::FontUtils | static |
SelectFont(const char *utf8_word, const int utf8_len, const std::vector< std::string > &all_fonts, std::string *font_name, std::vector< std::string > *graphemes) | tesseract::FontUtils | static |