Aspose::Font::Renderers::RenderingUtils class

RenderingUtils class

Provides utility methods for rendering.

class RenderingUtils

Enums

EnumDescription
LineSpacingTypeLine Spacing Type. Number of pixels or percent of font height.

Methods

MethodDescription
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