PDF_show_boxed
(PHP 4, PECL pdflib >= 1.0.0)
PDF_show_boxed — Imprimir un texto en una caja [obsoleta]
Descripción
int PDF_show_boxed
( resource
$p
, string $text
, float $left
, float $top
, float $width
, float $height
, string $mode
, string $feature
)Esta función está obsoleta desde la versión 6 de PDFlib, use PDF_fit_textline() para líneas únicas, o las funciones PDF_*_textflow() para el formateo multilínea en su lugar.