Function __global->check_ttf
Definitions
sources/fonts.php
- Enforce TTF support.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Returns
- Error message (null: none)
- Type: ?Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Enforce TTF support.
*
* @return ?Tempcode Error message (null: none)
*/
function check_ttf() : ?object
* Enforce TTF support.
*
* @return ?Tempcode Error message (null: none)
*/
function check_ttf() : ?object

