function cpdf end text

cpdf_end_textPodręcznik PHPPoprzedniNastępnycpdf_end_text (PHP 3>= 3.0.8, PHP 4 )cpdf_end_text -- Ends text sectionDescriptionvoid cpdf_end_text ( int pdf document) The cpdf_end_text() function ends a text section which was started with cpdf_begin_text(). Przykład 1. Text output<?php cpdf_begin_text($pdf); cpdf_set_font($pdf, 16, "Helvetica", "WinAnsiEncoding"); cpdf_text($pdf, 100, 100, "Some text"); cpdf_end_text($pdf) ?> See also cpdf_begin_text(). PoprzedniSpis treściNastępnycpdf_curvetoPoczątek rozdziałucpdf_fill_stroke
Wyszukiwarka

Podobne podstrony:
function cpdf end text
function cpdf end text
function cpdf begin text
function cpdf begin text
function cpdf continue text
function cpdf set text matrix
function cpdf set text rendering
function cpdf rotate text
function cpdf continue text
function cpdf set text pos
function cpdf continue text
function cpdf set text rendering

więcej podobnych podstron