Query: printer_logical_fontheight
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PRINTER_LOGICAL_FONTHEIGHT(3) 1 PRINTER_LOGICAL_FONTHEIGHT(3) printer_logical_fontheight - Get logical font heightSYNOPSISint printer_logical_fontheight (resource $printer_handle, int $height)DESCRIPTIONThe function calculates the logical font height of $height.PARAMETERSo $printer_handle -$printer_handle must be a valid printer handle. o $height - The font height.RETURN VALUESReturns the logical font height or FALSE on failure.EXAMPLESExample #1 printer_logical_fontheight(3) example <?php $handle = printer_open(); echo printer_logical_fontheight($handle, 72); printer_close($handle); ?> PHP Documentation Group PRINTER_LOGICAL_FONTHEIGHT(3)
| Related Man Pages |
|---|
| addftinfo(1) - centos |
| imagefontheight(3) - php |
| printer_create_font(3) - php |
| printer_draw_chord(3) - php |
| printer_draw_rectangle(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Forum Video Tutorial: How to Use Code Tags |
| UNIX.COM 2017 Year End Summary |
| New Code Tags (Syntax Highlighting) |
| Denial Of Service Attack Update |