This file is indexed.

/usr/share/ncarg/resfiles/title/ti01.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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
!
! Example:  This resource file shows all Title 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
! ti01.ti01Work.Titles.vpHeightF                   : 0.8
!
!       Switch to allow the plot X to Y aspect ratio to remain fixed
!       when resizing or moving the object.
! ti01.ti01Work.Titles.vpKeepAspect                : False
!
!       Save this graphical object as a GKS segment
! ti01.ti01Work.Titles.vpUseSegments               : False
!
!       Width in NDC (0. to 1.) of the viewport
! ti01.ti01Work.Titles.vpWidthF                    : 0.8
!
!       NDC (0. to 1.) X location of the upper left corner of the plot
! ti01.ti01Work.Titles.vpXF                        : 0.1
!
!       NDC (0. to 1.) Y location of the upper left corner of the plot
! ti01.ti01Work.Titles.vpYF                        : 0.9
!
!  ==============================================================
!  This object draws a main title, X axis title, & a Y axis title
!  ==============================================================
!  The following resources relate to all three titles.
!  ==============================================================
!
!       Sets the title offset from the viewport.  The offset is
!       tiDeltaF * ti...FontHeightF in NDC units.
! ti01.ti01Work.Titles.tiDeltaF             : 1.5
!
!       When true, the X and Y titles inherit the resources set
!       for the main title.
! ti01.ti01Work.Titles.tiUseMainAttributes  : False
!
!  ==============================================================
!  The following resources relate to the location and orientation
!  of the main, X, and Y titles.         ------------------------
!  ==============================================================
!
!  Setting this boolean resource to True causes the Main title to
!  appear. Setting it False turns the Main title off. By default,
!  tiMainOn will be set True if and only if you explicitly set
!  the title String.
! ti01.ti01Work.Titles.tiMainOn             : False
! ti01.ti01Work.Titles.tiXAxisOn            : False
! ti01.ti01Work.Titles.tiYAxisOn            : False
!
!  Sets the string to use for the titles. The string may contain
!  Text Function Codes that allow you to control typographical
!  attributes such as subscripting and superscripting, change
!  fonts within a string, embed newlines, etc.
!
! Turn on the main title as a minimum accomplishment of this example
!
ti01.ti01Work.Titles.tiMainString         : Main
!
! ti01.ti01Work.Titles.tiXAxisString        : XAxis
! ti01.ti01Work.Titles.tiYAxisString        : YAxis
!
!  Specifies the side of the viewport relative to which the
!  justification point of the title is located. Main and XAxis
!  can be TOP or BOTTOM. YAxis can be LEFT or RIGHT.
! ti01.ti01Work.Titles.tiMainSide           : TOP
! ti01.ti01Work.Titles.tiXAxisSide          : BOTTOM
! ti01.ti01Work.Titles.tiYAxisSide          : LEFT
!
!  Specifies the base location of the justification point for a
!  title with respect to the viewport boundaries. There are three
!  choices: LEFT, CENTER, RIGHT
! ti01.ti01Work.Titles.tiMainPosition       : CENTER
! ti01.ti01Work.Titles.tiXAxisPosition      : CENTER
! ti01.ti01Work.Titles.tiYAxisPosition      : CENTER
!
!       Sets an offset in NDC coordinates by which a title
!  will be displaced in a a direction parallel to the X-Axis from
!  its base location. This offset goes beyond any offset due to
!  tiDeltaF. It does not scale in response to a changing viewport.
! ti01.ti01Work.Titles.tiMainOffsetXF       : 0.0
! ti01.ti01Work.Titles.tiXAxisOffsetXF      : 0.0
! ti01.ti01Work.Titles.tiYAxisOffsetXF      : 0.0
!
!       Sets an offset in NDC coordinates by which a title
!  will be displaced in a a direction parallel to the Y-Axis from
!  its base location. This offset goes beyond any offset due to
!  tiDeltaF. It does not scale in response to a changing viewport.
! ti01.ti01Work.Titles.tiMainOffsetYF       : 0.0
! ti01.ti01Work.Titles.tiXAxisOffsetYF      : 0.0
! ti01.ti01Work.Titles.tiYAxisOffsetYF      : 0.0
!
!       How text is justified within the text bounding box
!       TOPLEFT
!       CENTERLEFT
!       BOTTOMLEFT
!       TOPCENTER
!       CENTERCENTER
!       BOTTOMCENTER
!       TOPRIGHT
!       CENTERRIGHT
!       BOTTOMRIGHT
!
! ti01.ti01Work.Titles.tiMainJust           : CENTERCENTER
! ti01.ti01Work.Titles.tiXAxisJust          : CENTERCENTER
! ti01.ti01Work.Titles.tiYAxisJust          : CENTERCENTER
!
!       Angle of counter-clockwise rotation of a title.
! ti01.ti01Work.Titles.tiMainAngleF         : 0.0
! ti01.ti01Work.Titles.tiXAxisAngleF        : 0.0
! ti01.ti01Work.Titles.tiYAxisAngleF        : 90.0
!
!       Direction in which text is to be drawn   (UP, DOWN, ACROSS)
! ti01.ti01Work.Titles.tiMainDirection      : ACROSS
! ti01.ti01Work.Titles.tiXAxisDirection     : ACROSS
! ti01.ti01Work.Titles.tiYAxisDirection     : ACROSS
!
!
!  =============================================================
!  The following resources relate to the appearance of the main,
!  X, and Y titles.                      ----------
!  =============================================================
!
!       The type of character font where the options include:
! |-------------------------------------------------------|
! | INDEX | TYPE          | NAME                          |
! |=======================================================|
! |  0    | stroked       | pwritx_database               |
! |-------------------------------------------------------|
! |  1    | stroked       | default                       |
! |-------------------------------------------------------|
! |  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 pwritx_database font contains many characters
! (564) which can be accessed using the FuncCode resource.
!
! ti01.ti01Work.Titles.tiMainFont             : 0
! ti01.ti01Work.Titles.tiXAxisFont            : 0
! ti01.ti01Work.Titles.tiYAxisFont            : 0
!
!     Color indices are taken from the default HLU colormap.  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
!
! ti01.ti01Work.Titles.tiMainFontColor        : 1
! ti01.ti01Work.Titles.tiXAxisFontColor       : 1
! ti01.ti01Work.Titles.tiYAxisFontColor       : 1
!
!       The character height in NDCs of the text to be written
! ti01.ti01Work.Titles.tiMainFontHeightF      : .025
! ti01.ti01Work.Titles.tiXAxisFontHeightF     : .025
! ti01.ti01Work.Titles.tiYAxisFontHeightF     : .025
!
!       The height/width aspect ratio of the text to be written
! ti01.ti01Work.Titles.tiMainFontAspectF      : 1.3125
! ti01.ti01Work.Titles.tiXAxisFontAspectF     : 1.3125
! ti01.ti01Work.Titles.tiYAxisFontAspectF     : 1.3125
!
!       The width of the lines that form the text outline
! ti01.ti01Work.Titles.tiMainFontThicknessF       : 1.0
! ti01.ti01Work.Titles.tiXAxisFontThicknessF      : 1.0
! ti01.ti01Work.Titles.tiYAxisFontThicknessF      : 1.0
!
!       The degree of quality of the text to be written (LOW,MEDIUM,HIGH)
! ti01.ti01Work.Titles.tiMainFontQuality      : HIGH
! ti01.ti01Work.Titles.tiXAxisFontQuality     : HIGH
! ti01.ti01Work.Titles.tiYAxisFontQuality     : HIGH
!
!       The spacing between characters of the text to be written
! ti01.ti01Work.Titles.tiMainConstantSpacingF : 0.0
! ti01.ti01Work.Titles.tiXAxisConstantSpacingF: 0.0
! ti01.ti01Work.Titles.tiYAxisConstantSpacingF: 0.0
!
!       A process for accessing the many characters of the default
!       pwritx font.
! ti01.ti01Work.Titles.tiMainFuncCode         : :
! ti01.ti01Work.Titles.tiXAxisFuncCode        : :
! ti01.ti01Work.Titles.tiYAxisFuncCode        : :
!