/usr/include/poppler/FontEncodingTables.h is in libpoppler-private-dev 0.41.0-0ubuntu1.
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 | //========================================================================
//
// FontEncodingTables.h
//
// Copyright 2001-2003 Glyph & Cog, LLC
//
//========================================================================
#ifndef FONTENCODINGTABLES_H
#define FONTENCODINGTABLES_H
extern const char *macRomanEncoding[];
extern const char *macExpertEncoding[];
extern const char *winAnsiEncoding[];
extern const char *standardEncoding[];
extern const char *expertEncoding[];
extern const char *symbolEncoding[];
extern const char *zapfDingbatsEncoding[];
#endif
|