Home
last modified time | relevance | path

Searched refs:GrLoadFont (Results 1 – 22 of 22) sorted by relevance

/dports/graphics/grx/grx249/src/bgi/
H A Dtext.c63 Fonts[DEFAULT_FONT] = (void *) GrLoadFont("pc8x8.fnt"); in __gr_text_init()
68 Fonts[DEFAULT_FONT] = (void *) GrLoadFont("@:pc8x8.fnt"); in __gr_text_init()
H A Dtextd.c48 Fonts[start] = (void *) GrLoadFont((char *) name); in _installgrxfont()
/dports/graphics/grx/grx249/test/
H A Ddemogrx.c282 grf_std = GrLoadFont("lucb21.fnt"); in ini_objects()
285 grf_std = GrLoadFont("..\\fonts\\lucb21.fnt"); in ini_objects()
287 grf_std = GrLoadFont("../fonts/lucb21.fnt"); in ini_objects()
293 grf_big = GrLoadFont("lucb40b.fnt"); in ini_objects()
296 grf_big = GrLoadFont("..\\fonts\\lucb40b.fnt"); in ini_objects()
298 grf_big = GrLoadFont("../fonts/lucb40b.fnt"); in ini_objects()
H A Dfontdemo.c130 opt.txo_font = GrLoadFont(name); in main()
138 opt.txo_font = GrLoadFont(testname); in main()
H A Dsbctest.c41 grf = GrLoadFont( "lucb40.fnt" ); in TESTFUNC()
43 grf = GrLoadFont( "../fonts/lucb40.fnt" ); in TESTFUNC()
H A Dtextpatt.c34 font = GrLoadFont(FONT); in main()
H A Dfonttest.c185 f = GrLoadFont(Argv[i]); in TESTFUNC()
/dports/graphics/grx/grx249/pascal/
H A Dtxt_test.pas50 o.txo_Font := GrLoadFont('pc8x16.fnt');
64 o.txo_Font := GrLoadFont('helv22.fnt');
H A Dgrx.pas696 function GrLoadFont(FontName: CString): GrFontPtr; asmname 'GrLoadFont'; in GrLoadFont() function
/dports/graphics/grx/grx249/src/utilprog/
H A Dfnt2c.c34 f = GrLoadFont(argv[1]); in main()
H A Dfnt2text.c45 dumpf(GrLoadFont("pc8x16")); in main()
/dports/graphics/grx/grx249/compat/
H A Dgrx.h59 #define GrLoadBIOSFont GrLoadFont /* I don't know whether this is a good idea */
/dports/graphics/grx/grx249/src/text/
H A Dloadfont.c134 GrFont *GrLoadFont(char *name) in GrLoadFont() function
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/term/
H A Ddjsvga.trm208 font = GrLoadFont(DJSVGA_fontname);
210 font = GrLoadFont("@:pc8x14.fnt"); /* try EGA bios font */
212 font = GrLoadFont("@:pc8x16.fnt"); /* try VGA bios font */
375 font = GrLoadFont(DJSVGA_fontname);
/dports/games/pmars-sdl/pmars-0.9.2-5/src/
H A Dgrxdisp.c353 grfont = GrLoadFont("@:pc8x8.fnt"); in open_graphics()
/dports/games/pmars/pmars-0.9.2/src/
H A Dgrxdisp.c353 grfont = GrLoadFont("@:pc8x8.fnt"); in open_graphics()
/dports/graphics/grx/grx249/doc/old/
H A Dapi.doc824 Fonts are loaded with the 'GrLoadFont' function. If the font file name
830 'GrLoadFont' is called again with the name of an already loaded font then it
832 names "@:pc8x8.fnt", "@:pc8x14.fnt" and "@:pc8x16.fnt" will cause 'GrLoadFont'
836 difference is that 'GrLoadFont' will look at the disk as well if the BIOS does
843 GrFont *GrLoadFont(char *name);
/dports/graphics/grx/grx249/include/
H A Dgrx20.h1036 GrFont *GrLoadFont(char *name);
/dports/graphics/grx/grx249/doc/tex/
H A Dgrx2_0.tex1420 Other fonts must be loaded with the GrLoadFont function. If the font file name
1426 path. If GrLoadFont is called again with the name of an already loaded font then
1435 GrFont *GrLoadFont(char *name);
/dports/graphics/grx/grx249/doc/
H A Dgrx249um.inf1304 Other fonts must be loaded with the GrLoadFont function. If the font
1311 font path. If GrLoadFont is called again with the name of an already
1319 GrFont *GrLoadFont(char *name);
/dports/math/gnuplot-lite/gnuplot-5.4.1/term/
H A Ddjsvga.trm869 GrFont * font = GrLoadFont((char *) name);
/dports/math/gnuplot/gnuplot-5.4.1/term/
H A Ddjsvga.trm869 GrFont * font = GrLoadFont((char *) name);