Previous:
DgGlyphRegion
Up:
PARC DataGlyph Toolkit 4.0 API
Next:
DgGlyphTemplate
DgGlyphStreamWriter
(from ../include/DgGlyphStreamWriter.h)
typedef struct _DgGlyphStreamWriter {
const char * ( *GetName ) (
void
);
DgError ( *WriteGlyphBlock ) (
DgContext *context,
DgGlyphBlock
*block,
FILE *stream
);
} DgGlyphStreamWriter;
Summary
Abstract interface for writing glyph marks to a stream. Used for non-image output formats such as font output
Members
GetName
return the name of the writer
WriteGlyphBlock
write a glyph block to a stream
References
dgAsciiFontWriter
dgEPSWriter
dgPSWriter