طريقة 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)
معاملنوعالوصف
fontSystem::SharedPtr<Font>الخط
glyphIdsSystem::ArrayPtr<System::SharedPtr<Glyphs::GlyphId>>النص ممثل كمصفوفة من معرفات glyph
fontSizedoubleالخط الحجم

ReturnValue

صورة بصيغة PNG كتيار من البايتات

انظر أيضًا

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)
معاملنوعالوصف
fontSystem::SharedPtr<Font>الخط
glyphIdsSystem::ArrayPtr<System::SharedPtr<Glyphs::GlyphId>>النص ممثل كمصفوفة من معرفات glyph
fontSizedoubleالخط الحجم
lineSpacingTypeRenderingUtils::LineSpacingTypeنوع تباعد الأسطر. عدد البكسلات أو نسبة من ارتفاع الخط
lineSpacingValueint32_tقيمة تباعد الأسطر
maxWidthint32_tالعرض الأقصى بالبكسلات للصورة

ReturnValue

صورة بصيغة PNG كتيار من البايتات

انظر أيضًا

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)
معاملنوعالوصف
fontSystem::SharedPtr<Font>الخط
نصSystem::StringText
fontSizedoubleالخط الحجم

ReturnValue

صورة بصيغة PNG كتيار من البايتات

انظر أيضًا

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)
معاملنوعالوصف
fontSystem::SharedPtr<Font>الخط
نصSystem::StringText
fontSizedoubleالخط الحجم
lineSpacingTypeRenderingUtils::LineSpacingTypeنوع تباعد الأسطر. عدد البكسلات أو نسبة من ارتفاع الخط
lineSpacingValueint32_tقيمة تباعد الأسطر
maxWidthint32_tالعرض الأقصى بالبكسلات للصورة

ReturnValue

صورة بصيغة PNG كتيار من البايتات

انظر أيضًا