Metodo Aspose::Font::Renderers::RenderingUtils::DrawText
Contenuti
[
Nascondere
]RenderingUtils::DrawText(System::SharedPtr<Font>, System::ArrayPtr<System::SharedPtr<Glyphs::GlyphId>>, double) method
Rendering text in BitMap. Return result in PNG-format as stream of bytes.
static System::SharedPtr<System::IO::Stream> Aspose::Font::Renderers::RenderingUtils::DrawText(System::SharedPtr<Font> font, System::ArrayPtr<System::SharedPtr<Glyphs::GlyphId>> glyphIds, double fontSize)
| Parametro | Tipo | Descrizione |
|---|---|---|
| font | System::SharedPtr<Font> | Font |
| glyphIds | System::ArrayPtr<System::SharedPtr<Glyphs::GlyphId>> | Testo rappresentato come array di identificatori di glifi |
| fontSize | double | Font dimensione |
ReturnValue
Immagine in formato PNG come flusso di byte
Vedi anche
- Typedef SharedPtr
- Class Stream
- Class Font
- Typedef ArrayPtr
- Class GlyphId
- Class RenderingUtils
- Namespace Aspose::Font::Renderers
- Library Aspose.Font for C++
RenderingUtils::DrawText(System::SharedPtr<Font>, System::ArrayPtr<System::SharedPtr<Glyphs::GlyphId>>, double, RenderingUtils::LineSpacingType, int32_t, int32_t) method
Rendering text in BitMap. Return result in PNG-format as stream of bytes.
static System::SharedPtr<System::IO::Stream> Aspose::Font::Renderers::RenderingUtils::DrawText(System::SharedPtr<Font> font, System::ArrayPtr<System::SharedPtr<Glyphs::GlyphId>> glyphIds, double fontSize, RenderingUtils::LineSpacingType lineSpacingType, int32_t lineSpacingValue, int32_t maxWidth)
| Parametro | Tipo | Descrizione |
|---|---|---|
| font | System::SharedPtr<Font> | Font |
| glyphIds | System::ArrayPtr<System::SharedPtr<Glyphs::GlyphId>> | Testo rappresentato come array di identificatori di glifi |
| fontSize | double | Font dimensione |
| lineSpacingType | RenderingUtils::LineSpacingType | Tipo di interlinea. Numero di pixel o percentuale dell’altezza del font |
| lineSpacingValue | int32_t | Valore dell’interlinea |
| maxWidth | int32_t | Larghezza massima in pixel per l’immagine |
ReturnValue
Immagine in formato PNG come flusso di byte
Vedi anche
- Typedef SharedPtr
- Class Stream
- Class Font
- Typedef ArrayPtr
- Class GlyphId
- Enum LineSpacingType
- Class RenderingUtils
- Namespace Aspose::Font::Renderers
- Library Aspose.Font for C++
RenderingUtils::DrawText(System::SharedPtr<Font>, System::String, double) method
Rendering text in BitMap. Return result in PNG-format as stream of bytes.
static System::SharedPtr<System::IO::Stream> Aspose::Font::Renderers::RenderingUtils::DrawText(System::SharedPtr<Font> font, System::String text, double fontSize)
| Parametro | Tipo | Descrizione |
|---|---|---|
| font | System::SharedPtr<Font> | Font |
| testo | System::String | Text |
| fontSize | double | Font dimensione |
ReturnValue
Immagine in formato PNG come flusso di byte
Vedi anche
- Typedef SharedPtr
- Class Stream
- Class Font
- Class String
- Class RenderingUtils
- Namespace Aspose::Font::Renderers
- Library Aspose.Font for C++
RenderingUtils::DrawText(System::SharedPtr<Font>, System::String, double, RenderingUtils::LineSpacingType, int32_t, int32_t) method
Rendering text in BitMap. Return result in PNG-format as stream of bytes.
static System::SharedPtr<System::IO::Stream> Aspose::Font::Renderers::RenderingUtils::DrawText(System::SharedPtr<Font> font, System::String text, double fontSize, RenderingUtils::LineSpacingType lineSpacingType, int32_t lineSpacingValue, int32_t maxWidth)
| Parametro | Tipo | Descrizione |
|---|---|---|
| font | System::SharedPtr<Font> | Font |
| testo | System::String | Text |
| fontSize | double | Font dimensione |
| lineSpacingType | RenderingUtils::LineSpacingType | Tipo di interlinea. Numero di pixel o percentuale dell’altezza del font |
| lineSpacingValue | int32_t | Valore dell’interlinea |
| maxWidth | int32_t | Larghezza massima in pixel per l’immagine |
ReturnValue
Immagine in formato PNG come flusso di byte
Vedi anche
- Typedef SharedPtr
- Class Stream
- Class Font
- Class String
- Enum LineSpacingType
- Class RenderingUtils
- Namespace Aspose::Font::Renderers
- Library Aspose.Font for C++