Home
last modified time | relevance | path

Searched refs:get_font_file (Results 1 – 7 of 7) sorted by relevance

/dports/x11/mlterm/mlterm-3.9.1/tool/mlconfig/
H A Dmc_font.c224 static char *get_font_file(void) { in get_font_file() function
276 g_locale_to_utf8(mc_get_font_name(get_font_file(), get_correct_cs(selected_cs)), -1, NULL, in xft_flag_checked()
295 g_locale_to_utf8(mc_get_font_name(get_font_file(), get_correct_cs(selected_cs)), -1, NULL, in cairo_flag_checked()
305 g_locale_to_utf8(mc_get_font_name(get_font_file(), get_correct_cs(selected_cs)), -1, NULL, in vcol_flag_checked()
315 g_locale_to_utf8(mc_get_font_name(get_font_file(), get_correct_cs(selected_cs)), -1, NULL, in vertical_mode_changed()
954 mc_set_font_name(io, get_font_file(), get_correct_cs(count), new_fontname_list[count]); in mc_update_font_name()
958 mc_set_font_name(io, get_font_file(), "U+0750-77F", new_fontname_list[count]); in mc_update_font_name()
960 mc_set_font_name(io, get_font_file(), "U+08A0-8FF", new_fontname_list[count]); in mc_update_font_name()
962 mc_set_font_name(io, get_font_file(), "U+FB50-FDFF", new_fontname_list[count]); in mc_update_font_name()
964 mc_set_font_name(io, get_font_file(), "U+FE70-FEFF", new_fontname_list[count]); in mc_update_font_name()
[all …]
/dports/multimedia/vlc/vlc-3.0.16/contrib/src/ass/
H A Dcoretext-errorhandling.patch6 static char *get_font_file(CTFontDescriptorRef fontd)
22 char *path = get_font_file(fontd);
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/utils/podofo/
H A Dfonts.cpp21 get_font_file(const PdfObject *descriptor) { in get_font_file() function
32 const PdfObject *ff = get_font_file(descriptor); in remove_font()
137 const PdfObject *ff = get_font_file(descriptor); in list_fonts()
266 PdfObject *ff = get_font_file(descriptor); in replace_font_data()
/dports/multimedia/libass/libass-0.15.2/libass/
H A Dass_coretext.c104 static char *get_font_file(CTFontDescriptorRef fontd) in get_font_file() function
133 char *path = get_font_file(fontd); in get_font_info_ct()
/dports/graphics/py-visvis/visvis-1.13.0/text/
H A Dtext_freetype.py320 fontfile = self.get_font_file(fontname, bold, italic)
326 def get_font_file(self, fontname, bold, italic): member in FreeTypeFontManager
345 fname = self.get_font_file('sans', bold, italic)
/dports/multimedia/vlc/vlc-3.0.16/doc/
H A DChangeLog-2019152 Fixes a segfault in libass get_font_file function due to
/dports/x11/mlterm/mlterm-3.9.1/
H A DChangeLog5163 * mc_font.c: get_font_file() returns "*aafont" if use_aafont option is true.