Searched refs:FontInfo (Results 1 – 9 of 9) sorted by relevance
27 bool compare_fontinfo(const FontInfo& fi1, const FontInfo& fi2) { in compare_fontinfo()45 void delete_callback(FontInfo f) { in delete_callback()
191 UnicityTable<FontInfo>& get_fontinfo_table() { in get_fontinfo_table()223 UnicityTable<FontInfo> fontinfo_table_;
106 struct FontInfo { struct
789 void read_info(FILE* f, FontInfo* fi, bool swap) { in read_info()802 void write_info(FILE* f, const FontInfo& fi) { in write_info()
546 parser->FontInfo = NULL; in afm_parser_init()586 AFM_FontInfo fi = parser->FontInfo; in afm_parse_track_kern()687 AFM_FontInfo fi = parser->FontInfo; in afm_parse_kern_pairs()851 AFM_FontInfo fi = parser->FontInfo; in afm_parser_parse()
238 FontInfo fontinfo; in main()283 FontInfo fontinfo; in main()
375 FontInfo fi = tess_->get_fontinfo_table().get( in detect_blob()
1586 FontInfo fi = get_fontinfo_table().get(fontinfo_id); in set_word_fonts()1617 FontInfo fi = fontinfo_table_.get(fontinfo_id); in set_word_fonts()
757 AFM_FontInfo FontInfo; member