طريقة Aspose::Font::Renderers::RenderingUtils::DrawText
محتويات
[
يخفي
]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)
| معامل | نوع | الوصف |
|---|---|---|
| font | System::SharedPtr<Font> | الخط |
| glyphIds | System::ArrayPtr<System::SharedPtr<Glyphs::GlyphId>> | النص ممثل كمصفوفة من معرفات glyph |
| fontSize | double | الخط الحجم |
ReturnValue
صورة بصيغة PNG كتيار من البايتات
انظر أيضًا
- 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)
| معامل | نوع | الوصف |
|---|---|---|
| font | System::SharedPtr<Font> | الخط |
| glyphIds | System::ArrayPtr<System::SharedPtr<Glyphs::GlyphId>> | النص ممثل كمصفوفة من معرفات glyph |
| fontSize | double | الخط الحجم |
| lineSpacingType | RenderingUtils::LineSpacingType | نوع تباعد الأسطر. عدد البكسلات أو نسبة من ارتفاع الخط |
| lineSpacingValue | int32_t | قيمة تباعد الأسطر |
| maxWidth | int32_t | العرض الأقصى بالبكسلات للصورة |
ReturnValue
صورة بصيغة PNG كتيار من البايتات
انظر أيضًا
- 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)
| معامل | نوع | الوصف |
|---|---|---|
| font | System::SharedPtr<Font> | الخط |
| نص | System::String | Text |
| fontSize | double | الخط الحجم |
ReturnValue
صورة بصيغة PNG كتيار من البايتات
انظر أيضًا
- 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)
| معامل | نوع | الوصف |
|---|---|---|
| font | System::SharedPtr<Font> | الخط |
| نص | System::String | Text |
| fontSize | double | الخط الحجم |
| lineSpacingType | RenderingUtils::LineSpacingType | نوع تباعد الأسطر. عدد البكسلات أو نسبة من ارتفاع الخط |
| lineSpacingValue | int32_t | قيمة تباعد الأسطر |
| maxWidth | int32_t | العرض الأقصى بالبكسلات للصورة |
ReturnValue
صورة بصيغة PNG كتيار من البايتات
انظر أيضًا
- Typedef SharedPtr
- Class Stream
- Class Font
- Class String
- Enum LineSpacingType
- Class RenderingUtils
- Namespace Aspose::Font::Renderers
- Library Aspose.Font for C++