Aspose::Page::EPS::PsDocument::FillAndStrokeText método

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

Añade una cadena de texto rellenando el interior de los glifos y dibujando los contornos de los glifos.

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)
ParámetroTipoDescripción
textSystem::StringEl texto a agregar.
avancesSystem::ArrayPtr<float>Una matriz del ancho de los glifos. Su longitud debe cumplir con el número de glifos en la cadena.
drFontSystem::SharedPtr<Aspose::Page::Font::DrFont>DrFont que se utilizará para dibujar texto. Puede usarse con una fuente personalizada que está ubicada en una carpeta personalizada.
xfloatCoordenada X del origen del texto.
yfloatCoordenada Y del origen del texto.
fillPaintSystem::SharedPtr<System::Drawing::Brush>El relleno usado para pintar el interior de los glifos.
strokeSystem::SharedPtr<System::Drawing::Pen>El trazo usado para dibujar los contornos de los glifos.

Ver también

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

Añade una cadena de texto rellenando el interior de los glifos y dibujando los contornos de los glifos.

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)
ParámetroTipoDescripción
textSystem::StringEl texto a agregar.
avancesSystem::ArrayPtr<float>Una matriz del ancho de los glifos. Su longitud debe cumplir con el número de glifos en la cadena.
fontSystem::SharedPtr<System::Drawing::Font>System fuente que se utilizará para dibujar texto.
xfloatCoordenada X del origen del texto.
yfloatCoordenada Y del origen del texto.
fillPaintSystem::SharedPtr<System::Drawing::Brush>El relleno usado para pintar el interior de los glifos.
strokeSystem::SharedPtr<System::Drawing::Pen>El trazo usado para dibujar los contornos de los glifos.

Ver también

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

Añade una cadena de texto rellenando el interior de los glifos y dibujando los contornos de los glifos.

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)
ParámetroTipoDescripción
textSystem::StringEl texto a agregar.
drFontSystem::SharedPtr<Aspose::Page::Font::DrFont>DrFont que se utilizará para dibujar texto. Puede usarse con una fuente personalizada que está ubicada en una carpeta personalizada.
xfloatCoordenada X del origen del texto.
yfloatCoordenada Y del origen del texto.
fillPaintSystem::SharedPtr<System::Drawing::Brush>El relleno usado para pintar el interior de los glifos.
strokeSystem::SharedPtr<System::Drawing::Pen>El trazo usado para dibujar los contornos de los glifos.

Ver también

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

Añade una cadena de texto rellenando el interior de los glifos y dibujando los contornos de los glifos.

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)
ParámetroTipoDescripción
textSystem::StringEl texto a agregar.
fontSystem::SharedPtr<System::Drawing::Font>System fuente que se utilizará para dibujar texto.
xfloatCoordenada X del origen del texto.
yfloatCoordenada Y del origen del texto.
fillPaintSystem::SharedPtr<System::Drawing::Brush>El relleno usado para pintar el interior de los glifos.
strokeSystem::SharedPtr<System::Drawing::Pen>El trazo usado para dibujar los contornos de los glifos.

Ver también