Aspose::Font::Renderers::RenderingUtils class

RenderingUtils class

Fornisce metodi di utilità per il rendering.

class RenderingUtils

Enums

EnumerazioneDescrizione
LineSpacingTypeTipo di interlinea. Numero di pixel o percentuale dell’altezza del carattere.

Metodi

MetodoDescrizione
static DrawText(System::SharedPtr<Font>, System::String, double)Rendering testo in BitMap. Restituisce il risultato in formato PNG come flusso di byte.
static DrawText(System::SharedPtr<Font>, System::String, double, RenderingUtils::LineSpacingType, int32_t, int32_t)Rendering testo in BitMap. Restituisce il risultato in formato PNG come flusso di byte.
static DrawText(System::SharedPtr<Font>, System::ArrayPtr<System::SharedPtr<Glyphs::GlyphId>>, double)Rendering testo in BitMap. Restituisce il risultato in formato PNG come flusso di byte.
static DrawText(System::SharedPtr<Font>, System::ArrayPtr<System::SharedPtr<Glyphs::GlyphId>>, double, RenderingUtils::LineSpacingType, int32_t, int32_t)Rendering testo in BitMap. Restituisce il risultato in formato PNG come flusso di byte.
RenderingUtils()

Vedi anche