PHP Velho Oeste 2024

HaruPage::getTextRenderingMode

(PECL haru >= 0.0.1)

HaruPage::getTextRenderingModeObtiene el texto actual de modo de interpretación

Descripción

HaruPage::getTextRenderingMode ( void ) : int

Obtiene el texto actual de modo de interpretación.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Devuelve el texto actual de modo de interpretación. El valor resultante es uno de los siguientes:

  • HaruPage::FILL
  • HaruPage::STROKE
  • HaruPage::FILL_THEN_STROKE
  • HaruPage::INVISIBLE
  • HaruPage::FILL_CLIPPING
  • HaruPage::STROKE_CLIPPING
  • HaruPage::FILL_STROKE_CLIPPING
  • HaruPage::CLIPPING

Errores/Excepciones

Lanza una HaruException cuando se produce un error.

Ver también

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top