Aspose::TeX::Presentation::Aps::ApsDevice::DrawString method

ApsDevice::DrawString method

Draws a text string.

void Aspose::TeX::Presentation::Aps::ApsDevice::DrawString(System::String str, float originX, float originY, System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<GlyphData>>> charInfos) override
ParameterTypeDescription
strSystem::StringThe string.
originXfloatThe x coordinate of the origin.
originYfloatThe x coordinate of the origin.
charInfosSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<GlyphData>>>Glyph data required for precise typesetting of a text string.

Deprecated

This method has been deprecated starting from version 24.7 and will be hidden in version 24.10. False

See Also