aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/video.h
diff options
context:
space:
mode:
authorSven Hesse2012-07-07 18:45:15 +0200
committerSven Hesse2012-07-30 01:44:45 +0200
commit5b02192477cbdc9e8251bd48cac764d6fa61d024 (patch)
tree905e18a826f24814e53bc054e4c2c313d34a692b /engines/gob/video.h
parent75e7cca6921ae005cd5c4fa39b9cfa49be2a4cbb (diff)
downloadscummvm-rg350-5b02192477cbdc9e8251bd48cac764d6fa61d024.tar.gz
scummvm-rg350-5b02192477cbdc9e8251bd48cac764d6fa61d024.tar.bz2
scummvm-rg350-5b02192477cbdc9e8251bd48cac764d6fa61d024.zip
GOB: Add Font::hasChar()
Diffstat (limited to 'engines/gob/video.h')
-rw-r--r--engines/gob/video.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gob/video.h b/engines/gob/video.h
index a8c1480a6b..122c1e47d5 100644
--- a/engines/gob/video.h
+++ b/engines/gob/video.h
@@ -41,6 +41,8 @@ public:
uint8 getCharWidth () const;
uint8 getCharHeight() const;
+ bool hasChar(uint8 c) const;
+
bool isMonospaced() const;
void drawLetter(Surface &surf, uint8 c, uint16 x, uint16 y,