downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

imagepstext> <imagepsloadfont
[edit] Last updated: Fri, 23 Mar 2012

view this page in

imagepsslantfont

(PHP 4, PHP 5)

imagepsslantfontBir yazı tipini eğer

Açıklama

bool imagepsslantfont ( resource $yazıtipi , float $eğim )

Belirtilen yazı tipini belirtildiği kadar eğer.

Değiştirgeler

yazıtipi

imagepsloadfont() tarafından döndürülen bir yazı tipi özkaynağı.

eğim

Eğiklik derecesi.

Dönen Değerler

Başarı durumunda TRUE, başarısızlık durumunda FALSE döner.

Örnekler

Örnek 1 - imagepsslantfont() örneği

<?php
// Bir .pfb yazı tipi dosyası yükleyelim
$font imagepsloadfont('./px3l.pfb');

// Yazıtipini 22.5 derece eğelim
imagepsslantfont($font22.5);

// Burada yazı tipini kullanıyoruz

// İşimiz bitince yazı tipine ayrılan belleği serbest bırakıyoruz
imagepsfreefont($font);
?>

Notlar

Bilginize: Bu işlev sadece, PHP, --with-t1lib[=DİZİN] seçeneği ile derlenmişse kullanılabilir.



add a note add a note User Contributed Notes imagepsslantfont
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites