Class RenderingUtils

RenderingUtils class

Provides utility methods for rendering.

public static class RenderingUtils

Methods

NameDescription
static DrawText(Font, GlyphId[], double)Rendering text in BitMap. Return result in PNG-format as stream of bytes
static DrawText(Font, string, double)Rendering text in BitMap. Return result in PNG-format as stream of bytes
static DrawText(Font, GlyphId[], double, LineSpacingType, int, int)Rendering text in BitMap. Return result in PNG-format as stream of bytes
static DrawText(Font, string, double, LineSpacingType, int, int)Rendering text in BitMap. Return result in PNG-format as stream of bytes

Other Members

NameDescription
enum LineSpacingTypeLine Spacing Type. Number of pixels or percent of font height

See Also