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
[edit] Last updated: Fri, 25 May 2012

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.

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