Aspose::Page::EPS::PsDocument::FillText metodo
Contenuti
[
Nascondere
]PsDocument::FillText(System::String, System::ArrayPtr<float>, System::SharedPtr<Aspose::Page::Font::DrFont>, float, float) method
Aggiunge una stringa di testo riempiendo l’interno dei glifi.
void Aspose::Page::EPS::PsDocument::FillText(System::String text, System::ArrayPtr<float> advances, System::SharedPtr<Aspose::Page::Font::DrFont> drFont, float x, float y)
| Parametro | Tipo | Descrizione |
|---|---|---|
| text | System::String | Il testo da aggiungere. |
| avanzamenti | System::ArrayPtr<float> | Un array della larghezza dei glifi. La sua lunghezza deve corrispondere al numero di glifi nella stringa. |
| drFont | System::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. |
| x | float | Coordinata X per l’origine del testo. |
| y | float | Coordinata Y per l’origine del testo. |
Vedi anche
- Class String
- Typedef ArrayPtr
- Typedef SharedPtr
- Class DrFont
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::FillText(System::String, System::ArrayPtr<float>, System::SharedPtr<Aspose::Page::Font::DrFont>, float, float, System::SharedPtr<System::Drawing::Brush>) method
Aggiunge una stringa di testo riempiendo l’interno dei glifi.
void Aspose::Page::EPS::PsDocument::FillText(System::String text, System::ArrayPtr<float> advances, System::SharedPtr<Aspose::Page::Font::DrFont> drFont, float x, float y, System::SharedPtr<System::Drawing::Brush> fill)
| Parametro | Tipo | Descrizione |
|---|---|---|
| text | System::String | Il testo da aggiungere. |
| avanzamenti | System::ArrayPtr<float> | Un array della larghezza dei glifi. La sua lunghezza deve corrispondere al numero di glifi nella stringa. |
| drFont | System::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. |
| x | float | Coordinata X per l’origine del testo. |
| y | float | Coordinata Y per l’origine del testo. |
| fill | System::SharedPtr<System::Drawing::Brush> | Il fill usato per dipingere i glifi. |
Osservazioni
///
Vedi anche
- Class String
- Typedef ArrayPtr
- Typedef SharedPtr
- Class DrFont
- Class Brush
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::FillText(System::String, System::ArrayPtr<float>, System::SharedPtr<System::Drawing::Font>, float, float) method
Aggiunge una stringa di testo riempiendo l’interno dei glifi.
void Aspose::Page::EPS::PsDocument::FillText(System::String text, System::ArrayPtr<float> advances, System::SharedPtr<System::Drawing::Font> font, float x, float y)
| Parametro | Tipo | Descrizione |
|---|---|---|
| text | System::String | Il testo da aggiungere. |
| avanzamenti | System::ArrayPtr<float> | Un array della larghezza dei glifi. La sua lunghezza deve corrispondere al numero di glifi nella stringa. |
| font | System::SharedPtr<System::Drawing::Font> | Il font che verrà usato per disegnare il testo. |
| x | float | Coordinata X per l’origine del testo. |
| y | float | Coordinata Y per l’origine del testo. |
Vedi anche
- Class String
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Font
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::FillText(System::String, System::ArrayPtr<float>, System::SharedPtr<System::Drawing::Font>, float, float, System::SharedPtr<System::Drawing::Brush>) method
Aggiunge una stringa di testo riempiendo l’interno dei glifi.
void Aspose::Page::EPS::PsDocument::FillText(System::String text, System::ArrayPtr<float> advances, System::SharedPtr<System::Drawing::Font> font, float x, float y, System::SharedPtr<System::Drawing::Brush> fill)
| Parametro | Tipo | Descrizione |
|---|---|---|
| text | System::String | Il testo da aggiungere. |
| avanzamenti | System::ArrayPtr<float> | Un array della larghezza dei glifi. La sua lunghezza deve corrispondere al numero di glifi nella stringa. |
| font | System::SharedPtr<System::Drawing::Font> | System font che verrà usato per disegnare il testo. |
| x | float | Coordinata X per l’origine del testo. |
| y | float | Coordinata Y per l’origine del testo. |
| fill | System::SharedPtr<System::Drawing::Brush> | Il fill usato per dipingere i glifi. |
Vedi anche
- Class String
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Font
- Class Brush
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::FillText(System::String, System::SharedPtr<Aspose::Page::Font::DrFont>, float, float) method
Aggiunge una stringa di testo riempiendo l’interno dei glifi.
void Aspose::Page::EPS::PsDocument::FillText(System::String text, System::SharedPtr<Aspose::Page::Font::DrFont> drFont, float x, float y)
| Parametro | Tipo | Descrizione |
|---|---|---|
| text | System::String | Il testo da aggiungere. |
| drFont | System::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. |
| x | float | Coordinata X per l’origine del testo. |
| y | float | Coordinata Y per l’origine del testo. |
Vedi anche
- Class String
- Typedef SharedPtr
- Class DrFont
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::FillText(System::String, System::SharedPtr<Aspose::Page::Font::DrFont>, float, float, System::SharedPtr<System::Drawing::Brush>) method
Aggiunge una stringa di testo riempiendo l’interno dei glifi.
void Aspose::Page::EPS::PsDocument::FillText(System::String text, System::SharedPtr<Aspose::Page::Font::DrFont> drFont, float x, float y, System::SharedPtr<System::Drawing::Brush> fill)
| Parametro | Tipo | Descrizione |
|---|---|---|
| text | System::String | Il testo da aggiungere. |
| drFont | System::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. |
| x | float | Coordinata X per l’origine del testo. |
| y | float | Coordinata Y per l’origine del testo. |
| fill | System::SharedPtr<System::Drawing::Brush> | Il fill usato per dipingere i glifi. |
Vedi anche
- Class String
- Typedef SharedPtr
- Class DrFont
- Class Brush
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::FillText(System::String, System::SharedPtr<System::Drawing::Font>, float, float) method
Aggiunge una stringa di testo riempiendo l’interno dei glifi.
void Aspose::Page::EPS::PsDocument::FillText(System::String text, System::SharedPtr<System::Drawing::Font> font, float x, float y)
| Parametro | Tipo | Descrizione |
|---|---|---|
| text | System::String | Il testo da aggiungere. |
| font | System::SharedPtr<System::Drawing::Font> | System font che verrà usato per disegnare il testo. |
| x | float | Coordinata X per l’origine del testo. |
| y | float | Coordinata Y per l’origine del testo. |
Vedi anche
- Class String
- Typedef SharedPtr
- Class Font
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::FillText(System::String, System::SharedPtr<System::Drawing::Font>, float, float, System::SharedPtr<System::Drawing::Brush>) method
Aggiunge una stringa di testo riempiendo l’interno dei glifi.
void Aspose::Page::EPS::PsDocument::FillText(System::String text, System::SharedPtr<System::Drawing::Font> font, float x, float y, System::SharedPtr<System::Drawing::Brush> fill)
| Parametro | Tipo | Descrizione |
|---|---|---|
| text | System::String | Il testo da aggiungere. |
| font | System::SharedPtr<System::Drawing::Font> | System font che verrà usato per disegnare il testo. |
| x | float | Coordinata X per l’origine del testo. |
| y | float | Coordinata Y per l’origine del testo. |
| fill | System::SharedPtr<System::Drawing::Brush> | Il fill usato per dipingere i glifi. |
Vedi anche
- Class String
- Typedef SharedPtr
- Class Font
- Class Brush
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++