summaryrefslogtreecommitdiff
path: root/Build/source/texk/lcdf-typetools/otftotfm/secondary.hh
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/lcdf-typetools/otftotfm/secondary.hh')
-rw-r--r--Build/source/texk/lcdf-typetools/otftotfm/secondary.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/texk/lcdf-typetools/otftotfm/secondary.hh b/Build/source/texk/lcdf-typetools/otftotfm/secondary.hh
index 875068078ed..c349a48dcf6 100644
--- a/Build/source/texk/lcdf-typetools/otftotfm/secondary.hh
+++ b/Build/source/texk/lcdf-typetools/otftotfm/secondary.hh
@@ -65,6 +65,7 @@ class Secondary { public:
virtual ~Secondary();
void set_next(Secondary *s) { _next = s; }
typedef Efont::OpenType::Glyph Glyph;
+ bool encode_uni(int code, PermString name, const uint32_t *uni_begin, const uint32_t *uni_end, Metrics &metrics, ErrorHandler *errh);
virtual bool encode_uni(int code, PermString name, uint32_t uni, Metrics &, ErrorHandler *);
virtual int setting(uint32_t uni, Vector<Setting> &, Metrics &, ErrorHandler *);
private: