Forum und email
pdf_show_boxed

pdf_show_boxed

(PHP 4, PECL)

pdf_show_boxed -- Vytisknout text v rámečku

Popis

int PDF_show_boxed ( resource p, string text, float left, float top, float width, float 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().