table of contents
PGFPreHeader(3) | Library Functions Manual | PGFPreHeader(3) |
NAME¶
PGFPreHeader - PGF pre-header.
SYNOPSIS¶
#include <PGFtypes.h>
Inherits PGFMagicVersion.
Public Attributes¶
UINT32 hSize
total size of PGFHeader, [ColorTable], and [UserData] in bytes (since
Version 6: 4 Bytes) char magic [3]
PGF identification = 'PGF'. UINT8 version
PGF version.
Detailed Description¶
PGF pre-header.
PGF pre-header defined header length and PGF identification and version
Author
C. Stamm
Definition at line 123 of file PGFtypes.h.
Member Data Documentation¶
UINT32 PGFPreHeader::hSize¶
total size of PGFHeader, [ColorTable], and [UserData] in bytes (since Version 6: 4 Bytes)
Definition at line 124 of file PGFtypes.h.
char PGFMagicVersion::magic[3] [inherited]¶
PGF identification = 'PGF'.
Definition at line 114 of file PGFtypes.h.
UINT8 PGFMagicVersion::version [inherited]¶
PGF version.
Definition at line 115 of file PGFtypes.h.
Author¶
Generated automatically by Doxygen for libpgf from the source code.
Version 7.21.2 | libpgf |