output: Add support for fonts.
[pspp] / src / output / ascii.h
index 5d324d84646a130e1339939a4f95415ab40428c4..7622b8f5dda195ea104d08a4d2061adba8cfbccd 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2011 Free Software Foundation, Inc.
+   Copyright (C) 2011, 2012 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -20,6 +20,8 @@
 struct output_driver;
 
 void ascii_test_write (struct output_driver *,
-                       const char *s, int x, int y, unsigned int options);
+                       const char *s, int x, int y, bool bold, bool underline);
+void ascii_test_set_length (struct output_driver *, int y, int length);
+void ascii_test_flush (struct output_driver *);
 
 #endif /* ascii.h */