nyctergatis.com

Contact

Projects
Sysquake Remote Live
NME
PDF
Hike
Sudoku
GifBuilder
jpeglib for Palm OS
MySQL Client
Cross-GCC for Mac OS

NPW Struct Reference

NPW main structure. More...

#include <NPWBase.h>


Data Fields

NPWInt width
 default page width
NPWInt height
 default page height
NPWInt fonts
 ored kNPWFontCourier etc.
NPWAllocCB alloc
 memory allocation callback
void * allocUserData
 memory allocation callback user data
NPWWriteCB write
 PDF output callback.
void * writeUserData
 PDF output callback user data.
NPWOffset offset
 offset of next byte written to PDF file
NPWBoolean writingObject
 TRUE while writing an object, to prevent nesting.
NPWXRefxref
 table of object cross-references
NPWInt xrefSize
 maximum number of entries in xref[]
NPWInt xrefCount
 current number of entries in xref[]
NPWPagepage
 array of page object references
NPWInt pageSize
 maximum number of entries in page[]
NPWInt pageCount
 current number of entries in page[]
NPWRef info
 reference of document information dictionary, or kNPWNoRef
NPWInt filter
 kNPWFilterNone etc.
NPWByte asciiBuf [4]
 bytes not yet encoded with ASCII85Decode filter
NPWInt asciiBufCount
 number of bytes in asciiBuf
NPWInt asciiFilterLineLength
 number of characters in line of ASCII-filtered stream

Detailed Description

NPW main structure.

Definition at line 328 of file NPWBase.h.


The documentation for this struct was generated from the following file:
Generated by Doxygen.
Copyright 2007-2010, Yves Piguet.
All rights reserved.