Home
last modified time | relevance | path

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

/dports/games/xinfocom/xinfocom/
H A Dconsole.h36 #define FONT_FIXED 5 macro
40 #define is_fixed(f) ((f)==FONT_FIXED || (f)==FONT_FIXED_REVS)
H A Dconsole.c203 if(p->attr.font != FONT_FIXED in put_char()
206 p->attr.font = p->attr.font == FONT_REVS ? FONT_FIXED_REVS : FONT_FIXED; in put_char()
H A Dwindow.c170 if(mode & 8) font = FONT_FIXED; in set_text_mode()
/dports/games/xrally/xrally/
H A Dgraphics.c75 ft[FONT_FIXED] = XLoadQueryFont(dpy, "-bitstream-courier-bold-r-*-*-18-*-*-*-*-*-*-*"); in init_display()
76 if (ft[FONT_FIXED] == NULL) in init_display()
77 ft[FONT_FIXED] = XLoadQueryFont(dpy, "-*-courier-bold-r-*-*-18-*-*-*-*-*-*-*"); in init_display()
80 …if (ft[FONT_SMALL] == NULL || ft[FONT_MEDIUM] == NULL || ft[FONT_BIG] == NULL || ft[FONT_FIXED] ==… in init_display()
85 ft[FONT_FIXED] = XLoadQueryFont(dpy, "-*-*-*-*-*-*-24-*-*-*-*-*-*-*"); in init_display()
H A Dmenu.c265 text(dbuffer(), x+12, y+12, msg, get_color(COLOR_TEXT), FONT_FIXED); in endScreen()
313 text(dbuffer(), x+12, y+12, msg, get_color(COLOR_TEXT), FONT_FIXED); in getName()
314 text(dbuffer(), x+12, y+22+3*text_height(FONT_FIXED), name, get_color("#BB0000"), FONT_FIXED); in getName()
H A Dglobal.h163 #define FONT_FIXED 3 macro
/dports/games/crossfire-client/crossfire-client-1.75.1/gtk-v2/src/
H A Dinfo.h50 #define FONT_FIXED 3 macro
H A Dinfo.c862 font = FONT_FIXED; in add_marked_text_to_pane()
/dports/science/afni/afni-AFNI_21.3.16/src/XmHTML/lib/common/
H A Dfonts.c1444 (font_style & FONT_FIXED ? "fixed" : "scalable"), in _XmHTMLLoadFont()
1461 if(font_style & FONT_FIXED) in _XmHTMLLoadFont()
1463 new_style |= FONT_FIXED; in _XmHTMLLoadFont()
1469 new_style &= ~FONT_FIXED; in _XmHTMLLoadFont()
1475 (new_style & FONT_FIXED ? "fixed" : "scalable"), in _XmHTMLLoadFont()
1508 new_style|FONT_FIXED, &ok); in _XmHTMLLoadFont()
1615 if(font_style & FONT_FIXED) in _XmHTMLLoadFontWithFace()
1617 new_style |= FONT_FIXED; in _XmHTMLLoadFontWithFace()
1622 new_style &= ~FONT_FIXED; in _XmHTMLLoadFontWithFace()
/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/lib/common/
H A Dfonts.c1826 (font_style & FONT_FIXED ? "fixed" : "scalable"), in _XmHTMLLoadFont()
1843 if(font_style & FONT_FIXED) in _XmHTMLLoadFont()
1845 new_style |= FONT_FIXED; in _XmHTMLLoadFont()
1852 new_style &= ~FONT_FIXED; in _XmHTMLLoadFont()
1859 (new_style & FONT_FIXED ? "fixed" : "scalable"), in _XmHTMLLoadFont()
1896 new_style|FONT_FIXED, in _XmHTMLLoadFont()
2022 if(font_style & FONT_FIXED) in _XmHTMLLoadFontWithFace()
2024 new_style |= FONT_FIXED; in _XmHTMLLoadFontWithFace()
2030 new_style &= ~FONT_FIXED; in _XmHTMLLoadFontWithFace()
/dports/textproc/sowing/sowing-1.1.18/src/tohtml/
H A Dmath.c79 #define FONT_FIXED 4 in TXConvertMathString() macro
131 fontstate[bracecnt] = FONT_FIXED; in TXConvertMathString()
/dports/games/sgt-puzzles/puzzles-20220128.c43a34f/
H A Dps.c111 fonttype == FONT_FIXED ? "Courier-L1" : "Helvetica-L1", in ps_draw_text()
H A Dnestedvm.c87 (fonttype == FONT_FIXED ? 0x10 : 0x0) | align); in nestedvm_draw_text()
H A Demcc.c394 fonttype == FONT_FIXED ? "monospace" : "sans-serif"); in js_draw_text()
H A Dpuzzles.h110 #define FONT_FIXED 0 macro
H A Dundead.c2475 draw_text(dr, text_dx, text_dy, FONT_FIXED, TILESIZE / 2, in draw_path_hint()
2521 draw_text(dr,dx,dy,FONT_FIXED,TILESIZE/2,ALIGN_HCENTRE|ALIGN_VCENTRE, in draw_big_monster()
2563 FONT_FIXED,TILESIZE/4,ALIGN_HCENTRE|ALIGN_VCENTRE, in draw_pencils()
H A Dgtk.c1009 pango_font_description_set_family(fd, fonttype == FONT_FIXED ? in add_font()
1086 fe->fonts[i].font = gdk_font_load(fonttype == FONT_FIXED ? in add_font()
H A Dosx.m1464 if (fonttype == FONT_FIXED)
H A Dwindows.c524 lf.lfPitchAndFamily = (fonttype == FONT_FIXED ? in win_draw_text()
H A DHACKING2035 `fonttype' is either FONT_FIXED or FONT_VARIABLE, for a monospaced
H A Ddevel.but2089 \c{fonttype} is either \cw{FONT_FIXED} or \cw{FONT_VARIABLE}, for a
/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/include/gtk-xmhtml/
H A Dgtk-xmhtml-p.h315 #define FONT_FIXED (1<<5) macro
/dports/x11/polybar/polybar-3.5.7/
H A Dconfig.cmake54 font-0 = @FONT_FIXED@;1
/dports/science/afni/afni-AFNI_21.3.16/src/XmHTML/include/XmHTML/
H A DXmHTMLP.h337 #define FONT_FIXED (1<<5) macro
/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/include/XmHTML/
H A DXmHTMLP.h334 #define FONT_FIXED (1<<5) macro