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

search for in the

printer_open> <printer_list
Last updated: Fri, 13 Nov 2009

view this page in

printer_logical_fontheight

(PECL printer SVN)

printer_logical_fontheight論理フォントの高さを取得する

説明

int printer_logical_fontheight ( resource $printer_handle , int $height )

この関数は height の論理フォントの高さを計算します。

パラメータ

printer_handle

printer_handle には、プリンタへの有効なハンドルを指定する必要があります。

height

フォントの高さ。

返り値

論理フォントの高さ、あるいは失敗した場合に FALSE を返します。

例1 printer_logical_fontheight() の例

<?php
$handle 
printer_open();
echo 
printer_logical_fontheight($handle72);
printer_close($handle);
?>



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

printer_open> <printer_list
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites