summaryrefslogtreecommitdiff
path: root/Build/source/texk/lcdf-typetools/otftotfm/secondary.hh
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-10-05 06:59:01 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-10-05 06:59:01 +0000
commitd9b774f1452cf490eada5d351c56e03e4f793d75 (patch)
tree62fcf09a9c78c06dc64406c0ff55f6c3a776c199 /Build/source/texk/lcdf-typetools/otftotfm/secondary.hh
parent71a9724cc032291e34911c0eead10c8b0801aad2 (diff)
lcdf-typetools 2.85 (27sep10)
git-svn-id: svn://tug.org/texlive/trunk@19999 c570f23f-e606-0410-a88d-b1316a301751
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: