Previous:
DgEncodeGlyphImage
Up:
PARC DataGlyph Toolkit 4.0 API
Next:
DgEncodeRS
DgEncodeParams
(from ../include/DgEncoding.h)
typedef struct _DgEncodeParams {
DgInt32 codewordSize;
DgInt32 numParityBytes;
DgInt32 desiredWidth,
desiredHeight;
DgUInt32 typeFlag;
DgInt32 tiledSurfaceWidth,
tiledSurfaceHeight;
DgUInt32 growFlags;
} DgEncodeParams;
Summary
Structure that contains common encoding parameters. Used when encoding a message into a glyph block. Implementations of DgEncoding may define their own parameter structures, but they should always include this structure as their first member.
References
DgEncodeGlyphImage
DgEncoding
DgSetDefaultEncodeParams