summaryrefslogtreecommitdiff
path: root/Build/source/texk/lcdf-typetools/lcdf-typetools-src/mmpfb/t1rewrit.hh
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/lcdf-typetools/lcdf-typetools-src/mmpfb/t1rewrit.hh')
-rw-r--r--Build/source/texk/lcdf-typetools/lcdf-typetools-src/mmpfb/t1rewrit.hh12
1 files changed, 6 insertions, 6 deletions
diff --git a/Build/source/texk/lcdf-typetools/lcdf-typetools-src/mmpfb/t1rewrit.hh b/Build/source/texk/lcdf-typetools/lcdf-typetools-src/mmpfb/t1rewrit.hh
index eac9d75beeb..53f78b773ab 100644
--- a/Build/source/texk/lcdf-typetools/lcdf-typetools-src/mmpfb/t1rewrit.hh
+++ b/Build/source/texk/lcdf-typetools/lcdf-typetools-src/mmpfb/t1rewrit.hh
@@ -9,10 +9,10 @@ class Type1MMRemover { public:
Type1MMRemover(Efont::Type1Font *, const Vector<double> &weight_vec, int, ErrorHandler *);
~Type1MMRemover();
- Efont::CharstringProgram *program() const { return _font; }
+ Efont::CharstringProgram *program() const { return _font; }
const Vector<double> &weight_vector() const { return _weight_vector; }
- int nmasters() const { return _weight_vector.size(); }
- int precision() const { return _precision; }
+ int nmasters() const { return _weight_vector.size(); }
+ int precision() const { return _precision; }
Efont::Type1Charstring *subr_prefix(int);
Efont::Type1Charstring *subr_expander(int);
@@ -42,10 +42,10 @@ class Type1SubrRemover { public:
Type1SubrRemover(Efont::Type1Font *, ErrorHandler *);
~Type1SubrRemover();
- Efont::CharstringProgram *program() const { return _font; }
- ErrorHandler *errh() const { return _errh; }
+ Efont::CharstringProgram *program() const { return _font; }
+ ErrorHandler *errh() const { return _errh; }
- int save_count() const { return _save_count; }
+ int save_count() const { return _save_count; }
bool run(int);