aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/FontImp.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/FontImp.hh')
-rw-r--r--src/FbTk/FontImp.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/FontImp.hh b/src/FbTk/FontImp.hh
index bcea7c6..8a093f2 100644
--- a/src/FbTk/FontImp.hh
+++ b/src/FbTk/FontImp.hh
@@ -44,8 +44,8 @@ class FontImp {
44public: 44public:
45 virtual ~FontImp() { } 45 virtual ~FontImp() { }
46 virtual bool load(const std::string &name) = 0; 46 virtual bool load(const std::string &name) = 0;
47 virtual void drawText(const FbDrawable &w, int screen, GC gc, const char *text, size_t len, int x, int y, FbTk::Orientation orient) const = 0; 47 virtual void drawText(const FbDrawable &w, int screen, GC gc, const FbString &text, size_t len, int x, int y, FbTk::Orientation orient) const = 0;
48 virtual unsigned int textWidth(const char * const text, unsigned int size) const = 0; 48 virtual unsigned int textWidth(const FbString &text, unsigned int size) const = 0;
49 virtual bool validOrientation(FbTk::Orientation orient) { return orient == ROT0; } 49 virtual bool validOrientation(FbTk::Orientation orient) { return orient == ROT0; }
50 virtual int ascent() const = 0; 50 virtual int ascent() const = 0;
51 virtual int descent() const = 0; 51 virtual int descent() const = 0;