/usr/include/fontforge/ofl.h is in libfontforge-dev 0.0.20110222-4ubuntu1.
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 | #include "splinefont.h"
extern struct str_lang_data {
enum ttfnames strid;
int lang;
char **data;
} ofl_str_lang_data[];
|