Mail Archives: djgpp/1995/11/13/10:25:48
Hartmut Schirmer <hsc AT techfak DOT uni-kiel DOT d400 DOT de> wrote:
[...]
>Csaba added the 8x8 font lately. I didn't check the actual grx20-beta3 release,
>but it should be included.
I finally checked the GRX 2.0 b3 and didn't find the GrFont_PC... pointers any
longer.
This patch will update the text.c from bccgrxb1.zip:
*** text.old Thu Aug 31 02:34:34 1995
--- text.c Mon Nov 13 20:52:26 1995
***************
*** 114,124 ****
Fonts[i] = NULL;
#ifdef GRX_VERSION
- Fonts[DEFAULT_FONT] = (void *) &GrFont_PC8x8;
- DefaultFonts[0] =
- DefaultFonts[1] = &GrFont_PC8x8;
for (i=2; i < sizeof(DefaultFonts)/sizeof(GrFont *); ++i)
DefaultFonts[i] = NULL;
#else
Fonts[DEFAULT_FONT] = (void *) GrLoadFont("@:pc8x8.fnt");
#endif
--- 114,124 ----
Fonts[i] = NULL;
#ifdef GRX_VERSION
for (i=2; i < sizeof(DefaultFonts)/sizeof(GrFont *); ++i)
DefaultFonts[i] = NULL;
+ DefaultFonts[0] =
+ DefaultFonts[1] =
+ Fonts[DEFAULT_FONT] = (void *) GrLoadFont("pc8x8.fnt");
#else
Fonts[DEFAULT_FONT] = (void *) GrLoadFont("@:pc8x8.fnt");
#endif
Hope this works,
Hartmut
--
Hartmut Schirmer | E-Mail: hsc AT techfak DOT uni-kiel DOT d400 DOT de
Automatisierungs- u. Regelungstechnik, | http://www.techfak.uni-kiel.de/~hsc
Technische Fakult"at, Universit"at Kiel, |
Kaiserstr. 2, D-24143 Kiel, Germany, | Phone: +49-431-77572-245 FAX: -285
- Raw text -