PHP  
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  
<printer_listprinter_open>
Last updated: Mon, 16 Jul 2012

printer_logical_fontheight

(PECL)

printer_logical_fontheight -- Get logical font height

Description

int printer_logical_fontheight ( resource handle, int height )

The function calculates the logical font height of height. handle must be a valid handle to a printer.

例子 1. printer_logical_fontheight() example

<?php
$handle
= printer_open();
echo
printer_logical_fontheight($handle, 72);
printer_close($handle);
?>



<printer_listprinter_open>
 Last updated: Mon, 16 Jul 2012
 
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://manual.phpv.net/
Last updated: Thu Jul 7 19:13:47 2005 CST