From 6fe16959c2f7b69713075e0aa2c71711a7b90404 Mon Sep 17 00:00:00 2001 From: mathias Date: Wed, 17 Nov 2004 15:41:22 +0000 Subject: needed init for font-test --- src/tests/testFont.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/tests/testFont.cc b/src/tests/testFont.cc index ca50661..add737e 100644 --- a/src/tests/testFont.cc +++ b/src/tests/testFont.cc @@ -19,7 +19,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: testFont.cc,v 1.8 2004/09/12 00:06:37 fluxgen Exp $ +// $Id$ #include "App.hh" #include "FbWindow.hh" @@ -141,7 +141,9 @@ int main(int argc, char **argv) { } } - + + FbTk::fontInit(); + App app(displayname.c_str(), foreground, background); app.font().setAntialias(antialias); if (!app.font().load(fontname.c_str())) -- cgit v0.11.2