summaryrefslogtreecommitdiff
path: root/dviware/dvisvgm/src/FontEngine.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'dviware/dvisvgm/src/FontEngine.hpp')
-rw-r--r--dviware/dvisvgm/src/FontEngine.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/dviware/dvisvgm/src/FontEngine.hpp b/dviware/dvisvgm/src/FontEngine.hpp
index 45d9c6d3b6..d7c1496c2b 100644
--- a/dviware/dvisvgm/src/FontEngine.hpp
+++ b/dviware/dvisvgm/src/FontEngine.hpp
@@ -2,7 +2,7 @@
** FontEngine.hpp **
** **
** This file is part of dvisvgm -- a fast DVI to SVG converter **
-** Copyright (C) 2005-2021 Martin Gieseking <martin.gieseking@uos.de> **
+** Copyright (C) 2005-2022 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 **
@@ -54,6 +54,9 @@ class FontEngine {
int getHAdvance () const;
int getHAdvance (const Character &c) const;
int getVAdvance (const Character &c) const;
+ int getWidth (const Character &c) const;
+ int getHeight (const Character &c) const;
+ int getDepth (const Character &c) const;
int getFirstChar () const;
int getNextChar () const;
int getCharMapIDs (std::vector<CharMapID> &charmapIDs) const;