aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-10-15 16:43:15 (GMT)
committerfluxgen <fluxgen>2002-10-15 16:43:15 (GMT)
commit1e7ede26c413d8a08d42f41495254ebd5a6d22b2 (patch)
tree739e09f17923347eab814e78beaf144bf0e4726c
parent04d58f1c2db4a192cd034f11876afab3267a0eb1 (diff)
downloadfluxbox-1e7ede26c413d8a08d42f41495254ebd5a6d22b2.zip
fluxbox-1e7ede26c413d8a08d42f41495254ebd5a6d22b2.tar.bz2
loaded functin
-rw-r--r--src/FontImp.hh3
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;
46protected: 47protected:
47 FontImp() { } 48 FontImp() { }
48}; 49};