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

search for in the

imagepsloadfont> <imagepsextendfont
[edit] Last updated: Fri, 24 May 2013

view this page in

imagepsfreefont

(PHP 4, PHP 5)

imagepsfreefontBir PostScript Type 1 yazı tipi tarafından kullanılan belleği serbest bırakır

Açıklama

bool imagepsfreefont ( resource $font_index )

imagepsfreefont() işlevi bir PostScript Type 1 yazı tipi tarafından kullanılan belleği serbest bırakır.

Değiştirgeler

yazıtipi

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

Dönen Değerler

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

Örnekler

Örnek 1 - imagepsfreefont() örneği

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

// 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.

Ayrıca Bakınız



add a note add a note User Contributed Notes imagepsfreefont - [0 notes]
There are no user contributed notes for this page.

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