This file is indexed.

/usr/share/ncarg/resfiles/textitem/tx01.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
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
!
! Example:  This resource file shows all TextItem resources and
!           their default values.
!
!  ==============================================================
!  The following resources relate to the viewport on the drawing
!  canvas.
!  ==============================================================
!
!       Height in NDC (0. to 1.) of the viewport
! tx01.tx01Work.TextItems.vpHeightF                   : 0.8
!
!       Switch to allow the plot X to Y aspect ratio to remain fixed
!       when resizing or moving the object.
! tx01.tx01Work.TextItems.vpKeepAspect                : False
!
!       Save this graphical object as a GKS segment
! tx01.tx01Work.TextItems.vpUseSegments               : False
!
!       Width in NDC (0. to 1.) of the viewport
! tx01.tx01Work.TextItems.vpWidthF                    : 0.8
!
!       NDC (0. to 1.) X location of the upper left corner of the plot
! tx01.tx01Work.TextItems.vpXF                        : 0.1
!
!       NDC (0. to 1.) Y location of the upper left corner of the plot
! tx01.tx01Work.TextItems.vpYF                        : 0.9
!
!
!  ==============================================================
!  The following resources relate to the location and orientation
!  of the text string.
!  ==============================================================
!
!       Sets the X location of the justification point in NDCs.
! tx01.tx01Work.TextItems.txPosXF              : 0.0
!
!       Sets the Y location of the justification point in NDCs.
! tx01.tx01Work.TextItems.txPosYF              : 1.0
!
!       Sets the rotation angle of the text around the justification
!       point. The angle is counter-clockwise and 0 degrees is
!       horizontal on the screen.
! tx01.tx01Work.TextItems.txAngleF             : 0.0
!
!       How text is justified within the text bounding box
!       TOPLEFT              = 0,
!       CENTERLEFT           = 1,
!       BOTTOMLEFT           = 2,
!       TOPCENTER            = 3,
!       CENTERCENTER         = 4,
!       BOTTOMCENTER         = 5,
!       TOPRIGHT             = 6,
!       CENTERRIGHT          = 7,
!       BOTTOMRIGHT          = 8
!
! tx01.tx01Work.TextItems.txJust               : 4
!
!       Direction in which text is to be drawn   (UP, DOWN, ACROSS)
! tx01.tx01Work.TextItems.txDirection          : ACROSS
!
!
!  ==============================================================
!  The following resources relate to the appearance of the text
!  ==============================================================
!
!       The text string to be written
! tx01.tx01Work.TextItems.txString              : NOTHING
!
!       The type of character font where the options include:
! |-------------------------------------------------------|
! | INDEX | TYPE          | NAME                          |
! |=======================================================|
! |  0    | stroked       | pwritx_database               |
! |-------------------------------------------------------|
! |  1    | stroked       | default   (See txFont)        |
! |-------------------------------------------------------|
! |  2    | stroked       | cartographic_roman            |
! |-------------------------------------------------------|
! |  3    | stroked       | cartographic_greek            |
! |-------------------------------------------------------|
! |  4    | stroked       | simplex_roman                 |
! |-------------------------------------------------------|
! |  5    | stroked       | simplex_greek                 |
! |-------------------------------------------------------|
! |  6    | stroked       | simplex_script                |
! |-------------------------------------------------------|
! |  7    | stroked       | complex_roman                 |
! |-------------------------------------------------------|
! |  8    | stroked       | complex_greek                 |
! |-------------------------------------------------------|
! |  9    | stroked       | complex_script                |
! |-------------------------------------------------------|
! | 10    | stroked       | complex_italic                |
! |-------------------------------------------------------|
! | 11    | stroked       | complex_cyrillic              |
! |-------------------------------------------------------|
! | 12    | stroked       | duplex_roman                  |
! |-------------------------------------------------------|
! | 13    | stroked       | triplex_roman                 |
! |-------------------------------------------------------|
! | 14    | stroked       | triplex_italic                |
! |-------------------------------------------------------|
! | 15    | stroked       | gothic_german                 |
! |-------------------------------------------------------|
! | 16    | stroked       | gothic_english                |
! |-------------------------------------------------------|
! | 17    | stroked       | gothic_italian                |
! |-------------------------------------------------------|
! | 18    | stroked       | math_symbols                  |
! |-------------------------------------------------------|
! | 19    | stroked       | symbol_set1                   |
! |-------------------------------------------------------|
! | 20    | stroked       | symbol_set2                   |
! |-------------------------------------------------------|
! | 21    | filled        | helvetica                     |
! |-------------------------------------------------------|
! | 22    | filled        | helvetica-bold                |
! |-------------------------------------------------------|
! | 25    | filled        | times-roman                   |
! |-------------------------------------------------------|
! | 26    | filled        | times-bold                    |
! |-------------------------------------------------------|
! | 29    | filled        | courier                       |
! |-------------------------------------------------------|
! | 30    | filled        | courier-bold                  |
! |-------------------------------------------------------|
! | 33    | filled        | greek                         |
! |-------------------------------------------------------|
! | 34    | filled        | math-symbols                  |
! |-------------------------------------------------------|
! | 35    | filled        | text-symbols                  |
! |-------------------------------------------------------|
! | 36    | filled        | weather1                      |
! |-------------------------------------------------------|
! | 37    | filled        | weather2                      |
! +-------------------------------------------------------+
! The default font, the pwritx_database font (font index 0),
! differs from all other fonts in that it intrinsically contains
! many more characters than the other fonts (564 as opposed
! to somewhere between 97 and 128). A number of the Text
! Function Codes allow special access to the characters of the
! pwritx_database font.
!
! tx01.tx01Work.TextItems.txFont                : 0
!
!       Colors are chosen from the HLU colormap.  Index choices are:
!
!     Index   Color     Index   Color    Index  Color       Index   Color
!
!       1-4   white      5-18  yellows   19-21  tans        22-24   oranges
!     29-32   magentas     34  lavender  40-50  reds           57   gray
!     60-66   cyans     70-80  greens    81-90  dark grns  91-100   blues
!   106-114   blacks
!
!       The color of the text to be written
! tx01.tx01Work.TextItems.txFontColor           : 1
!
!       The character height in NDCs of the text to be written
! tx01.tx01Work.TextItems.txFontHeightF         : .05
!
!       The height/width aspect ratio of the text to be written
! tx01.tx01Work.TextItems.txFontAspectF         : 1.3125
!
!       The width of the lines that form the text outline
! tx01.tx01Work.TextItems.txFontThicknessF      : 1.0
!
!       The degree of quality of the text to be written (LOW,MEDIUM,HIGH)
! tx01.tx01Work.TextItems.txFontQuality         : HIGH
!
!       The spacing between characters of the text to be written
! tx01.tx01Work.TextItems.txConstantSpacingF    : 0.0
!
!       A process for accessing the many characters of the default
!       pwritx font.
! tx01.tx01Work.TextItems.txFuncCode            : :
!
!  ==============================================================
!  The following resources relate to the bounding box of the text
!  ==============================================================
!
!       Draw the text bounding box
! tx01.tx01Work.TextItems.txPerimOn             : False
!
!       Color of the text bounding box
! tx01.tx01Work.TextItems.txPerimColor          : FOREGROUND
!
!       Width of the text bounding box
! tx01.tx01Work.TextItems.txPerimThicknessF     : 1.0
!
!       Dash pattern of the text bounding box
! tx01.tx01Work.TextItems.txPerimDashPattern    : 0
!
!       Length of dash segments of the text bounding box
! tx01.tx01Work.TextItems.txPerimDashLengthF    : 0.15
!
!       Length between dash segments of the text bounding box
! tx01.tx01Work.TextItems.txPerimSpaceF         : 0.5
!
!       Fill color of the interior of the bounding box
! tx01.tx01Work.TextItems.txBackgroundFillColor : TRANSPARENT