This file is indexed.

/usr/share/doc/libfreetype6/design/index.html is in libfreetype6-dev 2.5.2-1ubuntu2.

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
<!doctype html public "-//w3c//dtd html 4.0 transitional//en"
          "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
  <meta http-equiv="Content-Type"
        content="text/html; charset=iso-8859-1">
  <meta name="Author"
        content="David Turner">
  <title>The design of FreeType 2</title>
</head>

<body text="#000000"
      bgcolor="#FFFFFF"
      link="#0000EF"
      vlink="#51188E"
      alink="#FF0000">

<h1 align=center>
  The design of FreeType&nbsp;2
</h1>

<h3 align=center>
  Copyright&nbsp;1998-2000 David Turner (<a
  href="mailto:david@freetype.org">david@freetype.org</a>)<br>
  Copyright&nbsp;2000 The FreeType Development Team (<a
  href="mailto:devel@freetype.org">devel@freetype.org</a>)
</h3>


<center>
<table width="70%">
<tr><td>

  <p>This document describes the details of FreeType&nbsp;2's internals.
  Read this carefully if you need to understand the innards of the library
  in order to hack or extend it.</p>

  <table width="100%">
  <tr valign=center
      bgcolor="#CCCCFF">
    <td align=center>
      <h2>
        Table of Contents
      </h2>
    </td>
  </tr>
  </table>

  <center>
  <table width="80%">
  <tr><td>

  <h2>
    <a href="design-1.html">Introduction</a>
  </h2>

  <h2>
    <a href="design-2.html">I. Components and APIs</a>
  </h2>

  <h2>
    <a href="design-3.html">II. Public Objects and Classes</a>
  </h2>

  <h2>
    <a href="design-4.html">III. Internal Objects and Classes</a>
  </h2>

  <h2>
    <a href="design-5.html">IV. Module Classes</a>
  </h2>

  </td></tr>
  </table>
  </center>

</td></tr>
</table>
</center>
</body>
</html>