Class RenderingUtils
Contents
[
Hide
]RenderingUtils class
Provides utility methods for rendering.
public static class RenderingUtils
Methods
Name | Description |
---|---|
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
Name | Description |
---|---|
enum LineSpacingType | Line Spacing Type. Number of pixels or percent of font height |
See Also
- namespace Aspose.Font.Renderers
- assembly Aspose.Font