Aspose::Font::Renderers::RenderingUtils class

RenderingUtils class

Bietet Hilfsmethoden für das Rendern.

class RenderingUtils

Enums

AufzählungBeschreibung
LineSpacingTypeZeilenabstandstyp. Anzahl der Pixel oder Prozentsatz der Schriftgröße.

Methoden

MethodeBeschreibung
static DrawText(System::SharedPtr<Font>, System::String, double)Rendering Text in BitMap. Gibt das Ergebnis im PNG-Format als Byte‑Strom zurück.
static DrawText(System::SharedPtr<Font>, System::String, double, RenderingUtils::LineSpacingType, int32_t, int32_t)Rendering Text in BitMap. Gibt das Ergebnis im PNG-Format als Byte‑Strom zurück.
static DrawText(System::SharedPtr<Font>, System::ArrayPtr<System::SharedPtr<Glyphs::GlyphId>>, double)Rendering Text in BitMap. Gibt das Ergebnis im PNG-Format als Byte‑Strom zurück.
static DrawText(System::SharedPtr<Font>, System::ArrayPtr<System::SharedPtr<Glyphs::GlyphId>>, double, RenderingUtils::LineSpacingType, int32_t, int32_t)Rendering Text in BitMap. Gibt das Ergebnis im PNG-Format als Byte‑Strom zurück.
RenderingUtils()

Siehe auch