Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
49
cde/programs/dtsession/sys.font.iso
Normal file
49
cde/programs/dtsession/sys.font.iso
Normal file
@@ -0,0 +1,49 @@
|
||||
!#################################################################
|
||||
!#
|
||||
!# sys.font.iso: Used for accessing ISO-Latin1 fonts in the
|
||||
!# user interface
|
||||
!#
|
||||
!# (c) Copyright 1993, 1994 Hewlett-Packard Company
|
||||
!# (c) Copyright 1993, 1994 International Business Machines Corp.
|
||||
!# (c) Copyright 1993, 1994 Sun Microsystems, Inc.
|
||||
!# (c) Copyright 1993, 1994 Novell, Inc.
|
||||
!#################################################################
|
||||
|
||||
#if Y_RESOLUTION > 3582
|
||||
!###
|
||||
!# High Resolution Displays ( > 91 dpi )
|
||||
!# 91 dpi = 3582 pixels/meter
|
||||
!###
|
||||
*Font: -bitstream-prestige-medium-r-normal--19-160-72-72-m-110-iso8859-1
|
||||
*FontList: -bitstream-swiss*742-medium-r-normal--19-140-85-85-p-110-iso8859-1
|
||||
*XmText*FontList: -bitstream-prestige-medium-r-normal--19-160-72-72-m-110-iso8859-1
|
||||
*XmTextField*FontList: -bitstream-prestige-medium-r-normal--19-160-72-72-m-110-iso8859-1
|
||||
*systemFont: -bitstream-swiss*742-medium-r-normal--19-140-85-85-p-110-iso8859-1
|
||||
*userFont: -bitstream-prestige-medium-r-normal--19-160-72-72-m-110-iso8859-1
|
||||
|
||||
#else
|
||||
!###
|
||||
!# Medium Resolution Displays ( < 91 dpi and > 80 dpi )
|
||||
!###
|
||||
*Font: -bitstream-prestige-medium-r-normal--16-120-72-72-m-80-iso8859-1
|
||||
*FontList: -bitstream-swiss*742-bold-r-normal--16-120-72-72-p-94-iso8859-1
|
||||
*XmText*FontList: -bitstream-prestige-medium-r-normal--16-120-72-72-m-80-iso8859-1
|
||||
*XmTextField*FontList: -bitstream-prestige-medium-r-normal--16-120-72-72-m-80-iso8859-1
|
||||
*systemFont: -bitstream-swiss*742-bold-r-normal--16-120-72-72-p-94-iso8859-1
|
||||
*userFont: -bitstream-prestige-medium-r-normal--16-120-72-72-m-80-iso8859-1
|
||||
|
||||
#endif
|
||||
|
||||
#if Y_RESOLUTION < 3150
|
||||
!###
|
||||
!# Low Resolution Displays ( > 80 dpi )
|
||||
!# 90 dpi = 3150 pixels/meter
|
||||
!###
|
||||
*Font: -bitstream-prestige-medium-r-normal--13-100-72-72-p-75-iso8859-1
|
||||
*FontList: -bitstream-swiss*742-medium-r-normal--13-100-72-72-p-75-iso8859-1
|
||||
*XmText*FontList: -bitstream-prestige-medium-r-normal--13-100-72-72-p-75-iso8859-1
|
||||
*XmTextField*FontList: -bitstream-prestige-medium-r-normal--13-100-72-72-p-75-iso8859-1
|
||||
*systemFont: -bitstream-swiss*742-medium-r-normal--13-100-72-72-p-75-iso8859-1
|
||||
*userFont: -bitstream-prestige-medium-r-normal--13-100-72-72-p-75-iso8859-1
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user