Function __global->has_ttf

Definitions

sources/fonts.php

  • Find whether the server supports TTF.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: bool

Returns

  • Whether TTF is supported
  • Type: boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find whether the server supports TTF.
 *
 * @return boolean Whether TTF is supported
 */

function has_ttf() : bool