X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/53dea79e14a592c07d0211cb7a7d93949c231fe1..c3b42bba0c46c9510b6ca095dfab862ff97170e6:/lib/MECON/PDF.php diff --git a/lib/MECON/PDF.php b/lib/MECON/PDF.php index 08250ec..bbd2ed8 100644 --- a/lib/MECON/PDF.php +++ b/lib/MECON/PDF.php @@ -196,6 +196,20 @@ class MECON_PDF { return $this->_pdf->wrap_line ($texto, $l_max, $attr); } + /** + * Funcion que wrappea una linea. + * + * @param strgin $texto Texto que quiere wrappearse. + * @param int $l_max Largo maximo del texto. + * @param array $attr Atributos del texto. + * + * @return string + * @access public + */ + function wordWrap($texto, $l_max, $attr) { + return $this->_pdf->word_wrap ($texto, $l_max, $attr); + } + /** * Funcion que calcula cuanto va a ocupar cierto texto segun su formato en * una pagina.