Aspose::Page::EPS::PsDocument::FillAndStrokeText metodo

PsDocument::FillAndStrokeText(System::String, System::ArrayPtr<float>, System::SharedPtr<Aspose::Page::Font::DrFont>, float, float, System::SharedPtr<System::Drawing::Brush>, System::SharedPtr<System::Drawing::Pen>) method

Aggiunge una stringa di testo riempiendo l’interno dei glifi e disegnando i contorni dei glifi.

void Aspose::Page::EPS::PsDocument::FillAndStrokeText(System::String text, System::ArrayPtr<float> advances, System::SharedPtr<Aspose::Page::Font::DrFont> drFont, float x, float y, System::SharedPtr<System::Drawing::Brush> fillPaint, System::SharedPtr<System::Drawing::Pen> stroke)
ParametroTipoDescrizione
textSystem::StringIl testo da aggiungere.
avanzamentiSystem::ArrayPtr<float>Un array della larghezza dei glifi. La sua lunghezza deve corrispondere al numero di glifi nella stringa.
drFontSystem::SharedPtr<Aspose::Page::Font::DrFont>DrFont che verrà usato per disegnare il testo. Può essere usato con un font personalizzato situato in una cartella personalizzata.
xfloatCoordinata X per l’origine del testo.
yfloatCoordinata Y per l’origine del testo.
fillPaintSystem::SharedPtr<System::Drawing::Brush>Il riempimento usato per dipingere l’interno dei glifi.
strokeSystem::SharedPtr<System::Drawing::Pen>Il tratto usato per disegnare i contorni dei glifi.

Vedi anche

PsDocument::FillAndStrokeText(System::String, System::ArrayPtr<float>, System::SharedPtr<System::Drawing::Font>, float, float, System::SharedPtr<System::Drawing::Brush>, System::SharedPtr<System::Drawing::Pen>) method

Aggiunge una stringa di testo riempiendo l’interno dei glifi e disegnando i contorni dei glifi.

void Aspose::Page::EPS::PsDocument::FillAndStrokeText(System::String text, System::ArrayPtr<float> advances, System::SharedPtr<System::Drawing::Font> font, float x, float y, System::SharedPtr<System::Drawing::Brush> fillPaint, System::SharedPtr<System::Drawing::Pen> stroke)
ParametroTipoDescrizione
textSystem::StringIl testo da aggiungere.
avanzamentiSystem::ArrayPtr<float>Un array della larghezza dei glifi. La sua lunghezza deve corrispondere al numero di glifi nella stringa.
fontSystem::SharedPtr<System::Drawing::Font>System font che verrà usato per disegnare il testo.
xfloatCoordinata X per l’origine del testo.
yfloatCoordinata Y per l’origine del testo.
fillPaintSystem::SharedPtr<System::Drawing::Brush>Il riempimento usato per dipingere l’interno dei glifi.
strokeSystem::SharedPtr<System::Drawing::Pen>Il tratto usato per disegnare i contorni dei glifi.

Vedi anche

PsDocument::FillAndStrokeText(System::String, System::SharedPtr<Aspose::Page::Font::DrFont>, float, float, System::SharedPtr<System::Drawing::Brush>, System::SharedPtr<System::Drawing::Pen>) method

Aggiunge una stringa di testo riempiendo l’interno dei glifi e disegnando i contorni dei glifi.

void Aspose::Page::EPS::PsDocument::FillAndStrokeText(System::String text, System::SharedPtr<Aspose::Page::Font::DrFont> drFont, float x, float y, System::SharedPtr<System::Drawing::Brush> fillPaint, System::SharedPtr<System::Drawing::Pen> stroke)
ParametroTipoDescrizione
textSystem::StringIl testo da aggiungere.
drFontSystem::SharedPtr<Aspose::Page::Font::DrFont>DrFont che verrà usato per disegnare il testo. Può essere usato con un font personalizzato situato in una cartella personalizzata.
xfloatCoordinata X per l’origine del testo.
yfloatCoordinata Y per l’origine del testo.
fillPaintSystem::SharedPtr<System::Drawing::Brush>Il riempimento usato per dipingere l’interno dei glifi.
strokeSystem::SharedPtr<System::Drawing::Pen>Il tratto usato per disegnare i contorni dei glifi.

Vedi anche

PsDocument::FillAndStrokeText(System::String, System::SharedPtr<System::Drawing::Font>, float, float, System::SharedPtr<System::Drawing::Brush>, System::SharedPtr<System::Drawing::Pen>) method

Aggiunge una stringa di testo riempiendo l’interno dei glifi e disegnando i contorni dei glifi.

void Aspose::Page::EPS::PsDocument::FillAndStrokeText(System::String text, System::SharedPtr<System::Drawing::Font> font, float x, float y, System::SharedPtr<System::Drawing::Brush> fillPaint, System::SharedPtr<System::Drawing::Pen> stroke)
ParametroTipoDescrizione
textSystem::StringIl testo da aggiungere.
fontSystem::SharedPtr<System::Drawing::Font>System font che verrà usato per disegnare il testo.
xfloatCoordinata X per l’origine del testo.
yfloatCoordinata Y per l’origine del testo.
fillPaintSystem::SharedPtr<System::Drawing::Brush>Il riempimento usato per dipingere l’interno dei glifi.
strokeSystem::SharedPtr<System::Drawing::Pen>Il tratto usato per disegnare i contorni dei glifi.

Vedi anche