Home
last modified time | relevance | path

Searched refs:thefont (Results 1 – 19 of 19) sorted by relevance

/dports/math/pari/pari-2.13.3/doc/
H A Dindex.tex47 \def\thefont{#3}%
81 {\csname\thefont\endcsname\theword}\dotfill\indxjump{\thepage}{\thedest}%
82 \let\theoldfont\thefont%
111 \ifx \thefont \theoldfont
/dports/math/p5-Math-Pari/pari-2.3.5/doc/
H A Dindex.tex47 \def\thefont{#3}%
81 {\csname\thefont\endcsname\theword}\dotfill\indxjump{\thepage}{\thedest}%
82 \let\theoldfont\thefont%
111 \ifx \thefont \theoldfont
/dports/x11-toolkits/tk87/tk8.7a5/tests/ttk/
H A Dprogressbar.test104 set thefont [font actual {Arial 10}]
110 .p configure -anchor e -font $thefont -foreground green -justify center \
121 unset res thefont
/dports/x11/xfd/xfd-1.1.3/
H A Dgrid.h77 XFontStruct * thefont; member
H A Dxfd.c349 XFontStruct *fs = p->thefont; in SelectChar()
H A Dgrid.c991 rec.thefont = fgw->fontgrid.text_font; in Notify()
/dports/games/xbl/xbl-1.1.6/
H A Dopt.h40 char thefont[256] ; /* Font for texts */ member
H A Dbl.c152 STRING( "font", bl.opt.thefont, in main()
281 strcpy( bl.opt.thefont , "-*-*-*-r-*-*-12-*-*-*-*-*-iso8859-1" ) ; in main()
H A Dinitmenu.c410 m->xfont = XLoadQueryFont( x->display , opt->thefont ) ; in inittext()
413 fprintf(stderr,"font=%s\n", opt->thefont) ; in inittext()
H A Dinitwin.c287 ADDARG("-font") ; ADDARG(bl->opt.thefont) ; in setargs()
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Dauto4_base.cpp132 wxFont thefont( in CalculateTextExtents() local
140 thedc.SetFont(thefont); in CalculateTextExtents()
/dports/print/pscal/pscal-1.16/
H A Dpscal1111 /thefont eventfont isofindfont eventfontsize
1116 thefont setfont
1128 thefont setfont
/dports/games/xmris/xmris.4.04/
H A DImakefile71 /* #define thefont "-*-courier-*-r-*-*-18-*-*-*-m-*-*-*" */
116 #ifndef thefont
117 #define thefont "-*-courier-*-r-*-*-18-*-*-*-m-*-*-*"
120 #endif /* thefont */
121 FONT = thefont
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/
H A Dnewmfd.c1357 grs_font *thefont = ResLock(font); in mfd_full_draw_string() local
1366 gr_set_font(thefont); in mfd_full_draw_string()
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dgdlwidget.hpp402 static void setDefaultFont(wxFont thefont){ in setDefaultFont() argument
403 defaultFont=thefont; in setDefaultFont()
/dports/print/hp2xx/hp2xx-3.4.4/sources/
H A Dchardraw.c1287 int init_font(int thefont) in init_font() argument
/dports/audio/hvl2wav/hivelytracker-8296a50/
H A Dgui.c694 struct TextFont *thefont; in set_font() local
697 case FONT_SFX: thefont = sfxfont; break; in set_font()
698 case FONT_PRP: thefont = prpfont; break; in set_font()
699 default: thefont = fixfont; break; in set_font()
702 IGraphics->SetRPAttrs( &bm->rp, RPTAG_DrMd, jam2 ? JAM2 : JAM1, RPTAG_Font, thefont, TAG_DONE ); in set_font()
703 bm->baseline = thefont->tf_Baseline; in set_font()
/dports/cad/electric/electric-7.00/src/graph/
H A Dgraphunixx11.c1277 XFontStruct *thefont; in initgraphics() local
1668 thefont = gra_font[i].font; in initgraphics()
1669 XSetFont(gra_topmsgdpy, gc, thefont->fid); in initgraphics()
1674 XTextExtents(thefont, string1byte(gra_localstring), 1, &direction, &asc, &des, &xcs); in initgraphics()
1676 height = thefont->ascent + thefont->descent; in initgraphics()
1692 height-thefont->descent, string1byte(gra_localstring), 1); in initgraphics()
/dports/devel/allegro/allegro-4.4.3.1/docs/src/
H A Dallegro._tx11573 FONT *thefont = (FONT *)nested[NESTED_FILE_A_FONT].dat;