/usr/share/ncarg/resfiles/app/ap01.res is in libncarg-data 6.3.0-6build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | !
! $Id: ap01.res,v 1.2 1995-03-24 11:29:10 boote Exp $
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! !
! Copyright (C) 1995 !
! University Corporation for Atmospheric Research !
! All Rights Reserved !
! !
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! File: ap01.res
!
! Author: Jeff W. Boote
! National Center for Atmospheric Research
! PO 3000, Boulder, Colorado
!
! Date: Thu Mar 23 17:11:48 MST 1995
!
! Description:
!
ap01.?.wkForegroundColor: (/1.0,1.0,0.282353/)
ap01.?.wkBackgroundColor: (/0.0,0.0,0.0/)
*tx1.txPosXF: .5
*tx1.txPosYF: .5
*tx1.txString: NCAR Graphics
!
! The following 5 lines are used to demonstrate how the Resource Database
! determines which specification actually gets used for "tx1"'s Font.
! See $(NCARG_DOCROOT)/ref/hlu/ResDB.html for a disscussion.
ap01*xWorkstationLayerClass*txFont: default
*tx1.Font: helvetica
ap01.x*textItemLayerClass*txFont: times-bold
ap01.x*?.Font: courier
ap01.x*textItemLayerClass.txFont: courier-bold
|