Browse Source

+ by default, also attempt to install the fonts that come with TP7

Jonas Maebe 25 years ago
parent
commit
c2020897fd
1 changed files with 10 additions and 1 deletions
  1. 10 1
      rtl/inc/graph/graph.pp

+ 10 - 1
rtl/inc/graph/graph.pp

@@ -3025,6 +3025,12 @@ begin
  InstallUserFont('LITT');
  InstallUserFont('SANS');
  InstallUserFont('GOTH');
+ InstallUserFont('SCRI');
+ InstallUserFont('SIMP');
+ InstallUserFont('TSCR');
+ InstallUserFont('LCOM');
+ InstallUserFont('EURO');
+ InstallUserFont('BOLD');
  { This installs an exit procedure which cleans up the mode list...}
  ExitSave := ExitProc;
  ExitProc := @GraphExitProc;
@@ -3042,7 +3048,10 @@ SetGraphBufSize
 
 {
   $Log$
-  Revision 1.51  1999-12-26 10:33:06  jonas
+  Revision 1.52  1999-12-29 17:26:00  jonas
+    + by default, also attempt to install the fonts that come with TP7
+
+  Revision 1.51  1999/12/26 10:33:06  jonas
     * XAspect and YAspect are now words instead of smallints, they
       overflowed for resolutions > 640x480 otherwise
     * the number of pixels required for an ellipse in internalellipsedef