Popis
int
pdf_show_boxed
( int pdf document, string text, double x-coor, double y-coor,
double width, double height, string mode [, string feature])
Funkce
pdf_show_boxed(
)
vytiskne
řetězec
text
v
rámečku
s
levým
dolním
rohem
na
(
x-coor
,
y-coor
)
.
Rozměry
rámečku
jsou
height
x
width
.
Argument
mode
determines
how
the
text
is
type
set
.
Pokud
jsou
width
a
height
nula
,
mode
může
být
"
left"
,
"right
"
nebo
"center
"
.
Pokud
jsou
width
nebo
height
různé
od
nuly
,
může
být
také
"
justify
"
nebo
"fulljustify
"
.
Pokud
má
argument
feature
hodnotu
"
blind
"
,
text
se
nezobrazí
.
Vrací
počet
znaků
které
nebyly
zpracovány
,
protože
se
nevešly
do
rámečku
.
Viz
také
pdf_show(
)
,
pdf_show_xy(
)
.