diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/FontImp.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/FontImp.hh b/src/FontImp.hh index 59042ad..0f4db9a 100644 --- a/src/FontImp.hh +++ b/src/FontImp.hh | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: FontImp.hh,v 1.1 2002/10/13 22:22:14 fluxgen Exp $ | 22 | // $Id: FontImp.hh,v 1.2 2002/10/15 16:43:15 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef FBTK_FONTIMP_HH | 24 | #ifndef FBTK_FONTIMP_HH |
25 | #define FBTK_FONTIMP_HH | 25 | #define FBTK_FONTIMP_HH |
@@ -43,6 +43,7 @@ public: | |||
43 | virtual void drawText(Drawable w, int screen, GC gc, const char *text, size_t len, int x, int y) const = 0; | 43 | virtual void drawText(Drawable w, int screen, GC gc, const char *text, size_t len, int x, int y) const = 0; |
44 | virtual unsigned int textWidth(const char * const text, unsigned int size) const = 0; | 44 | virtual unsigned int textWidth(const char * const text, unsigned int size) const = 0; |
45 | virtual unsigned int height() const = 0; | 45 | virtual unsigned int height() const = 0; |
46 | virtual bool loaded() const = 0; | ||
46 | protected: | 47 | protected: |
47 | FontImp() { } | 48 | FontImp() { } |
48 | }; | 49 | }; |