summaryrefslogtreecommitdiff
path: root/dviware/dvisvgm/src/JFM.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'dviware/dvisvgm/src/JFM.hpp')
-rw-r--r--dviware/dvisvgm/src/JFM.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/dviware/dvisvgm/src/JFM.hpp b/dviware/dvisvgm/src/JFM.hpp
index 8d4a1daf21..29da9d53c3 100644
--- a/dviware/dvisvgm/src/JFM.hpp
+++ b/dviware/dvisvgm/src/JFM.hpp
@@ -2,7 +2,7 @@
** JFM.hpp **
** **
** This file is part of dvisvgm -- a fast DVI to SVG converter **
-** Copyright (C) 2005-2020 Martin Gieseking <martin.gieseking@uos.de> **
+** Copyright (C) 2005-2021 Martin Gieseking <martin.gieseking@uos.de> **
** **
** This program is free software; you can redistribute it and/or **
** modify it under the terms of the GNU General Public License as **
@@ -29,6 +29,7 @@ class JFM : public TFM {
public:
explicit JFM (std::istream &is);
bool verticalLayout () const override {return _vertical;}
+ bool isJFM () const override {return true;}
uint32_t minChar () const {return _minchar;}
uint32_t maxChar () const {return static_cast<uint32_t>(_minchar+_charTypeTable.size()-1);}