Function __global->imagefontheight

Definitions

sources_custom/phpstub.php

  • Get font height.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: int

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$font integer No No required parameter N/A N/A Font code

Returns

  • Height
  • Type: integer
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get font height.
 *
 * @param  integer $font Font code
 * @return integer Height
 */

function imagefontheight(int $font) : int