1.1 diff -r c22e1c0a64fd -r cbc382d73a86 pdf.h 1.2 --- a/pdf.h Thu Mar 13 06:56:57 2003 +0000 1.3 +++ b/pdf.h Thu Mar 13 07:57:21 2003 +0000 1.4 @@ -4,7 +4,7 @@ 1.5 * will be compressed using ITU-T T.6 (G4) fax encoding. 1.6 * 1.7 * PDF routines 1.8 - * $Id: pdf.h,v 1.7 2003/03/12 02:57:55 eric Exp $ 1.9 + * $Id: pdf.h,v 1.8 2003/03/12 23:57:21 eric Exp $ 1.10 * Copyright 2001, 2002, 2003 Eric Smith <eric@brouhaha.com> 1.11 * 1.12 * This program is free software; you can redistribute it and/or modify 1.13 @@ -57,6 +57,9 @@ 1.14 void pdf_close_page (pdf_page_handle pdf_page); 1.15 1.16 1.17 +void pdf_write_text (pdf_page_handle pdf_page); 1.18 + 1.19 + 1.20 /* The length of the data must be Rows * rowbytes. 1.21 Note that rowbytes must be at least (Columns+7)/8, but may be arbitrarily 1.22 large. */