Searched refs:font_conv (Results 1 – 1 of 1) sorted by relevance
535 iconv_t font_conv; in font_setup() local593 font_conv = iconv_open(local_codeset, font_charset); in font_setup()594 if (font_conv == (iconv_t) -1) { in font_setup()608 convert_font(i, font_conv); in font_setup()728 iconv_close(font_conv); in font_setup()