Memes: Do not pass a null string to imagettfbbox() for above or below parameter
Summary:
`imagettfbbox()` expects a string as its 4th parameter but people can construct URIs with the expected string parameter missing.
Thus check first via `phutil_nonempty_string()`.
```
ERROR 8192: imagettfbbox(): Passing null to parameter #4 ($string) of type string is deprecated at [/var/www/html/phorge/phorge/src/applications/macro/engine/PhabricatorMemeEngine.php:335]
```
Closes T16318
Test Plan:
* Go to http://phorge.localhost/macro/meme/?__path__=%2fmacro%2fmeme%2f&above=above¯o=baoanan and make sure the "macro" parameter is an existing meme
* Get a PhutilAggregateException followup exception instead (for different reasons)
Reviewers: O1 Blessed Committers, avivey
Reviewed By: O1 Blessed Committers, avivey
Subscribers: avivey, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno
Maniphest Tasks: T16318
Differential Revision: https://we.phorge.it/D26447