Home
last modified time | relevance | path

Searched refs:userfont (Results 1 – 25 of 57) sorted by relevance

123

/dports/math/xspread/xspread-3.1.1c.orig/
H A DscXstuff.c94 char *userfont; /* User specifed font from command line */ variable
158 if (userfont == NULL)
161 curfont = XLoadQueryFont(dpy, userfont);
165 progname, DisplayString(dpy), userfont == NULL ? SC_FONT : userfont);
H A Dplot_pie.c194 if (userfont == NULL) in plot_pie()
197 curfont = XLoadQueryFont(dpy, userfont); in plot_pie()
201 progname, DisplayString(dpy), userfont == NULL ? SC_FONT : userfont); in plot_pie()
H A DscXstuff.h71 char *userfont; /* user specified font name */ variable
H A Dplot_bar.c231 if (userfont == NULL) in plot_bar()
234 curfont = XLoadQueryFont(dpy, userfont); in plot_bar()
238 progname, DisplayString(dpy), userfont == NULL ? SC_FONT : userfont); in plot_bar()
H A Dplot_stk_bar.c243 if (userfont == NULL) in plot_stacked_bar()
246 curfont = XLoadQueryFont(dpy, userfont); in plot_stacked_bar()
250 progname, DisplayString(dpy), userfont == NULL ? SC_FONT : userfont); in plot_stacked_bar()
H A Dsc.diff64 < /*userfont = strdup(argv[0]);*/
65 < userfont = argv[0];
74 > /*userfont = strdup(argv[0]);*/
75 > userfont = argv[0];
H A Dplot_XY.c257 if (userfont == NULL) in plot_XY()
260 curfont = XLoadQueryFont(dpy, userfont); in plot_XY()
264 progname, DisplayString(dpy), userfont == NULL ? SC_FONT : userfont); in plot_XY()
H A Dplot_line.c237 if (userfont == NULL) in plot_line()
240 curfont = XLoadQueryFont(dpy, userfont); in plot_line()
244 progname, DisplayString(dpy), userfont == NULL ? SC_FONT : userfont); in plot_line()
H A DTODO10 due to the use of userfont which is declared only when DOINGX is
H A Dsc.c242 userfont = NULL;
291 userfont = argv[0];
/dports/korean/hpscat/hpscat-jshin/
H A Dinit.c27 char *hfontname[userfont+1] = {"MunjoHan","PCMunjoHan","MunjoBh","Gotich","userfont"};
110 for ( j=Munjo; j< userfont; j++)
113 if ( j == userfont) {
116 hfontname[userfont] = (char *) malloc(strlen(av[i]+3)+1);
117 strcpy(hfontname[userfont],av[i]+3);
H A Duser.c120 for ( temp=Munjo; temp< userfont ; temp++) in read_rc()
123 if ( temp == userfont) { in read_rc()
126 hfontname[userfont] = (char *) malloc(strlen(token)+1); in read_rc()
127 strcpy(hfontname[userfont],token); in read_rc()
H A Dhpscat.h74 typedef enum { Munjo,PCMunjo,MunjoBold,Gotic,userfont} _hfont; enumerator
162 extern char *hfontname[userfont+1];
H A Dmisc.c108 for ( temp=Munjo; temp < userfont-1; temp++)
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/display/
H A Dnr-svgfonts.cpp91 this->userfont = nullptr; in SvgFont()
389 if (!this->userfont) { in get_font_face()
400 this->userfont = new UserFont(this); in get_font_face()
402 return this->userfont->face; in get_font_face()
407 delete this->userfont; in refresh()
408 this->userfont = nullptr; in refresh()
H A Dnr-svgfonts.h53 UserFont* userfont; variable
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/core/
H A Dfbcon.c1063 p->userfont = t->userfont; in fbcon_init()
1065 if (p->userfont) in fbcon_init()
1170 if (freefont && p->userfont && p->fontdata && (--REFCOUNT(p->fontdata) == 0)) in fbcon_free_font()
1173 p->userfont = 0; in fbcon_free_font()
1375 p->userfont = t->userfont; in fbcon_set_disp()
1376 if (p->userfont) in fbcon_set_disp()
1979 if (p->userfont && FNTSIZE(vc->vc_font.data)) { in fbcon_resize()
2368 const u8 * data, int userfont) in fbcon_do_set_font() argument
2377 if (p->userfont) in fbcon_do_set_font()
2380 if ((p->userfont = userfont)) in fbcon_do_set_font()
[all …]
H A Dfbcon.h31 int userfont; /* != 0 if fontdata kmalloc()ed */ member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/core/
H A Dfbcon.c1063 p->userfont = t->userfont; in fbcon_init()
1065 if (p->userfont) in fbcon_init()
1170 if (freefont && p->userfont && p->fontdata && (--REFCOUNT(p->fontdata) == 0)) in fbcon_free_font()
1173 p->userfont = 0; in fbcon_free_font()
1375 p->userfont = t->userfont; in fbcon_set_disp()
1376 if (p->userfont) in fbcon_set_disp()
1979 if (p->userfont && FNTSIZE(vc->vc_font.data)) { in fbcon_resize()
2368 const u8 * data, int userfont) in fbcon_do_set_font() argument
2377 if (p->userfont) in fbcon_do_set_font()
2380 if ((p->userfont = userfont)) in fbcon_do_set_font()
[all …]
H A Dfbcon.h31 int userfont; /* != 0 if fontdata kmalloc()ed */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/core/
H A Dfbcon.c1063 p->userfont = t->userfont; in fbcon_init()
1065 if (p->userfont) in fbcon_init()
1170 if (freefont && p->userfont && p->fontdata && (--REFCOUNT(p->fontdata) == 0)) in fbcon_free_font()
1173 p->userfont = 0; in fbcon_free_font()
1375 p->userfont = t->userfont; in fbcon_set_disp()
1376 if (p->userfont) in fbcon_set_disp()
1979 if (p->userfont && FNTSIZE(vc->vc_font.data)) { in fbcon_resize()
2368 const u8 * data, int userfont) in fbcon_do_set_font() argument
2377 if (p->userfont) in fbcon_do_set_font()
2380 if ((p->userfont = userfont)) in fbcon_do_set_font()
[all …]
H A Dfbcon.h31 int userfont; /* != 0 if fontdata kmalloc()ed */ member
/dports/math/ploticus-nox11/pl240src/src/
H A Dx11.c142 char *userfont; local
172 userfont = getenv( "GRAPHCORE_XFONT" );
258 stat = PLGX_loadfont( userfont, 10, &fnt ); /* user's choice font */
259 if( stat == 0 ) strcpy( x_fontset, userfont );
/dports/math/ploticus/pl240src/src/
H A Dx11.c142 char *userfont; local
172 userfont = getenv( "GRAPHCORE_XFONT" );
258 stat = PLGX_loadfont( userfont, 10, &fnt ); /* user's choice font */
259 if( stat == 0 ) strcpy( x_fontset, userfont );
/dports/audio/mumble/mumble-1.3.3/themes/Mumble/
H A Doverlay.mumblelay9 userfont=@Variant(\0\0\0@\0\0\0\n\0\x41\0r\0i\0\x61\0l@<\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x1…

123