The following code shows how to get font height.
<?php echo 'Font height: ' . imagefontheight(4); ?>
The code above generates the following result.