This image class can create custom scaled glyphs via a "drawlist". The drawlist is an array of drawing directives such as lines, areafills, etc. All coordinates are based on an imaginary grid of a user specified size, then ScalerDiv() is used to scale these coordinates to the desired image size to be rendered. This is a lower level class utilized by glyph.image, if you create some interesting drawlist, please consider passing them on to others, or to us for inclusion.
ATTRIBUTES
DRAWLIST_Directives (struct DrawList *)
An array of drawlist directive structures are passed to specify the vectors and render operation. The last entry must be DLST_END!