This file is indexed.

/usr/include/ncarg/hlu/TextItem.h is in libncarg-dev 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
/*
 *      $Id: TextItem.h,v 1.9.12.1 2010-03-17 20:47:07 brownrig Exp $
 */
/************************************************************************
*									*
*			     Copyright (C)  1992			*
*	     University Corporation for Atmospheric Research		*
*			     All Rights Reserved			*
*									*
************************************************************************/
/*
 *	File:		TextItem.h
 *
 *	Author:		Ethan Alpert
 *			National Center for Atmospheric Research
 *			PO 3000, Boulder, Colorado
 *
 *	Date:		Tue Nov 10 12:53:44 MST 1992
 *
 *	Description:	TextItem public header file
 */
#ifndef _NTextItem_h
#define _NTextItem_h

#include <ncarg/hlu/View.h>

#define NhlNtxString	"txString"
#define NhlCtxString	"TxString"
#define NhlNtxPosXF	"txPosXF"
#define NhlCtxPosXF	"TxPosXF"
#define NhlNtxPosYF	"txPosYF"
#define NhlCtxPosYF	"TxPosYF"
#define NhlNtxAngleF	"txAngleF"
#define NhlNtxJust	"txJust"
#define NhlNtxDirection	"txDirection"
#define NhlNtxFont	"txFont"
#define NhlNtxFontColor	"txFontColor"
#define NhlNtxFontOpacityF	"txFontOpacityF"
#define NhlNtxFontHeightF	"txFontHeightF"
#define NhlNtxFontAspectF	"txFontAspectF"
/*
* Aspect is height/width
*/
#define NhlNtxFontThicknessF	"txFontThicknessF"
#define NhlNtxFontQuality	"txFontQuality"
#define NhlNtxConstantSpacingF	"txConstantSpacingF"
#define NhlNtxFuncCode		"txFuncCode"

#define NhlNtxPerimOn			"txPerimOn"
#define NhlNtxPerimColor		"txPerimColor"
#define NhlNtxPerimThicknessF		"txPerimThicknessF"
#define NhlNtxPerimDashPattern		"txPerimDashPattern"
#define NhlNtxPerimDashLengthF		"txPerimDashLengthF"
#define NhlNtxPerimSpaceF		"txPerimSpaceF"
#define NhlNtxBackgroundFillColor	"txBackgroundFillColor"

#define NhlCtxPerimSpaceF		"TxPerimSpaceF"

/*
 * These class resources have been eliminated
 */
#if 0

#define NhlCtxAngleF 	"TxAngleF"
#define NhlCtxJust	"TxJust"
#define NhlCtxDirection	"TxDirection"
#define NhlCtxFontColor	"TxFontColor"
#define NhlCtxFontHeightF	"TxFontHeightF"
#define NhlCtxFontAspectF	"TxFontAspectF"
#define NhlCtxFontThicknessF	"TxFontThicknessF"
#define NhlCtxFontQuality	"TxFontQuality"
#define NhlCtxConstantSpacingF	"TxConstantSpacingF"
#define NhlCtxFuncCode		"TxFuncCode"
#define NhlCtxPerimOn			"TxPerimOn"
#define NhlCtxPerimColor		"TxPerimColor"
#define NhlCtxPerimThicknessF		"TxPerimThicknessF"
#define NhlCtxPerimDashPattern		"TxPerimDashPattern"
#define NhlCtxPerimDashLengthF		"TxPerimDashLengthF"
#define NhlCtxBackgroundFillColor	"TxBackgroundFillColor"

#endif

extern NhlClass NhltextItemClass;
#endif  /* _NTextItem_h */