Home
last modified time | relevance | path

Searched refs:split_graph_fontspec (Results 1 – 3 of 3) sorted by relevance

/dports/math/gretl/gretl-2021d/lib/src/
H A Dgraphing.h177 int split_graph_fontspec (const char *s, char *name, int *psz);
H A Dgraphing.c941 int split_graph_fontspec (const char *s, char *name, int *psz) in split_graph_fontspec() function
976 nf = split_graph_fontspec(s, name, &ptsize); in gretl_png_font_string()
1019 nf = split_graph_fontspec(grfont, fname, &fsize); in write_png_font_string()
1047 nf = split_graph_fontspec(ad_hoc_font, fname, &fsize); in write_other_font_string()
1681 nf = split_graph_fontspec(src, fname, &fsize); in write_emf_font_string()
/dports/math/gretl/gretl-2021d/gui/
H A Dgraphics.c285 split_graph_fontspec(fontname, name, &psz); in pdf_ps_saver_set_fontname()