This file is indexed.

/usr/include/fontforge/ofl.h is in libfontforge-dev 1:20170731~dfsg-1.

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
/*
Copyright: 2007 George Williams
License: BSD-3-clause
*/

#ifndef FONTFORGE_OFL_H
#define FONTFORGE_OFL_H

#include "splinefont.h"

extern struct str_lang_data {
    enum ttfnames strid;
    int lang;
    char **data;
} ofl_str_lang_data[];

#endif /* FONTFORGE_OFL_H */