From 541c00c93fcd98f766cce661aa83ef4ffe713e57 Mon Sep 17 00:00:00 2001 From: pixel Date: Fri, 28 Mar 2003 12:30:26 +0000 Subject: First part of the backend separation --- include/font.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'include/font.h') diff --git a/include/font.h b/include/font.h index fcc2e03..3377ef0 100644 --- a/include/font.h +++ b/include/font.h @@ -5,8 +5,8 @@ #include #include #include -#include -#include +#include +#include namespace mogltk { class font : public Base { @@ -31,12 +31,14 @@ namespace mogltk { Uint8 * sizes; Uint16 nbentries, nbcT, nbT; Uint8 flags, maxX, maxY, nbcU, nbcV, base, inter; - texture ** fonttex; - Uint16 * corresp; int cx, cy, ox; ColorP textcolor; int shadow, wspace; - virtual texture * alloctexture(); + texture * alloctexture(); + void Bind(int); + private: + texture ** fonttex; + Uint16 * corresp; }; extern font * SystemFont; }; -- cgit v1.2.3