summaryrefslogtreecommitdiff
path: root/src/XFontImp.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/XFontImp.hh')
-rw-r--r--src/XFontImp.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/XFontImp.hh b/src/XFontImp.hh
index d48bd89..30ad7ed 100644
--- a/src/XFontImp.hh
+++ b/src/XFontImp.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: XFontImp.hh,v 1.1 2002/10/13 22:22:14 fluxgen Exp $ 22// $Id: XFontImp.hh,v 1.2 2002/10/15 16:44:26 fluxgen Exp $
23 23
24#ifndef XFONTIMP_HH 24#ifndef XFONTIMP_HH
25#define XFONTIMP_HH 25#define XFONTIMP_HH
@@ -34,6 +34,7 @@ public:
34 unsigned int textWidth(const char * const text, unsigned int size) const; 34 unsigned int textWidth(const char * const text, unsigned int size) const;
35 unsigned int height() const; 35 unsigned int height() const;
36 void drawText(Drawable w, int screen, GC gc, const char *text, size_t len, int x, int y) const; 36 void drawText(Drawable w, int screen, GC gc, const char *text, size_t len, int x, int y) const;
37 bool loaded() const { return m_fontstruct != 0; }
37private: 38private:
38 XFontStruct *m_fontstruct; 39 XFontStruct *m_fontstruct;
39}; 40};