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

search for in the

Gmagick::queryformats> <Gmagick::queryfontmetrics
[edit] Last updated: Fri, 24 Jun 2011

view this page in

Gmagick::queryfonts

(PECL gmagick >= Unknown)

Gmagick::queryfontsبازگرداندن فونت‌های تنظیم شده

Description

public void Gmagick::queryfonts ( void )

بازگرداندن فونت‌های تنظیم شده توسط Gmagick.

Parameters

This function has no parameters.

Return Values

شی Gmagick در صورت موفقیت

Errors/Exceptions

Throws an GmagickException on error.



add a note add a note User Contributed Notes Gmagick::queryfonts - [1 notes]
up
0
Mathew Oransky
3 years ago
An example of how to get the fonts available.
<?php
$image
= new Gmagick();
$fonts = $image->queryfonts();
foreach(
$fonts as $font){
  echo
$font."\n";
}
?>

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