Aspose::Font::Renderers::RenderingUtils class
Contents
[
Hide
]RenderingUtils class
Provides utility methods for rendering.
class RenderingUtils
Enums
Enum | Description |
---|---|
LineSpacingType | Line Spacing Type. Number of pixels or percent of font height. |
Methods
Method | Description |
---|---|
static DrawText(System::SharedPtr<Aspose::Font::Font>, System::String, double) | Rendering text in BitMap. Return result in PNG-format as stream of bytes. |
static DrawText(System::SharedPtr<Aspose::Font::Font>, System::String, double, RenderingUtils::LineSpacingType, int32_t, int32_t) | Rendering text in BitMap. Return result in PNG-format as stream of bytes. |
static DrawText(System::SharedPtr<Aspose::Font::Font>, System::ArrayPtr<System::SharedPtr<Aspose::Font::Glyphs::GlyphId>>, double) | Rendering text in BitMap. Return result in PNG-format as stream of bytes. |
static DrawText(System::SharedPtr<Aspose::Font::Font>, System::ArrayPtr<System::SharedPtr<Aspose::Font::Glyphs::GlyphId>>, double, RenderingUtils::LineSpacingType, int32_t, int32_t) | Rendering text in BitMap. Return result in PNG-format as stream of bytes. |
RenderingUtils() |
See Also
- Namespace Aspose::Font::Renderers
- Library Aspose.Font for C++