SAS Support Site Home | Samples and SAS Notes Home
SAS Notes V6-FONT-D280
Rendering of TrueType and system fonts may be slower in Release 6.12


Graphics output containing TrueType or System fonts may display slower in 6.12 than in the 6.11 release. This is most likely to occur when displaying graphics using the WIN or OS2 device driver after the SAS/GRAPH Font Management Utility has been run in Release 6.12.

To improve font performance in Release 6.12, submit the following PROC GDEVICE program to modify the display device driver:

      PROC GDEVICE C=GDEVICE0.DEVICES NOFS;
         MODIFY <WIN><OS2>    /* SPECIFY WIN OR OS2 DRIVER */
                DEVOPTS='D59A244059580000'X;
         RUN;
      QUIT;


Products: GRAPH
Component: FONT
Priority: HIGH
Status: Outstanding Problem
Date: Fri, 28 Feb 1997

System Release Reported Release Fixed
IBM OS/2 6.12 TS020 6.12 TS045  
Windows 3.11 6.12 TS020 6.12 TS045  
Windows NT 6.12 TS020 6.12 TS045  
Windows 95 6.12 TS020 6.12 TS045  

No Fixes Available