]> git.decadent.org.uk Git - ion3.git/blobdiff - de/font.h
[svn-upgrade] Integrating new upstream version, ion3 (20070506)
[ion3.git] / de / font.h
index d2f5e3b0cf16bbc9acf3c1d91489a12b960c6b6a..4ce192390c930e392f77ebf327a7356e6dc3447f 100644 (file)
--- a/de/font.h
+++ b/de/font.h
@@ -1,12 +1,9 @@
 /*
  * ion/de/font.h
  *
- * Copyright (c) Tuomo Valkonen 1999-2006
+ * Copyright (c) Tuomo Valkonen 1999-2007
  *
- * Ion is free software; you can redistribute it and/or modify it under
- * the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation; either version 2.1 of the License, or
- * (at your option) any later version.
+ * See the included file LICENSE for details.
  */
 
 #ifndef ION_DE_FONT_H
@@ -38,8 +35,7 @@ extern DEFont *de_load_font(const char *fontname);
 extern void de_free_font(DEFont *font);
 
 extern void debrush_draw_string(DEBrush *brush, int x, int y,
-                                const char *str, int len, bool needfill,
-                                const char *attrib);
+                                const char *str, int len, bool needfill);
 extern void debrush_do_draw_string(DEBrush *brush, int x, int y,
                                    const char *str, int len, bool needfill, 
                                    DEColourGroup *colours);