pdf.h

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