We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b647716 commit 7a7b388Copy full SHA for 7a7b388
1 file changed
ext/gd/gd.c
@@ -3311,10 +3311,11 @@ PHP_FUNCTION(imagegetclip)
3311
}
3312
/* }}} */
3313
3314
+#ifdef HAVE_GD_FREETYPE
3315
+
3316
#define TTFTEXT_DRAW 0
3317
#define TTFTEXT_BBOX 1
3318
-#ifdef HAVE_GD_FREETYPE
3319
/* {{{ Give the bounding box of a text using fonts via freetype2 */
3320
PHP_FUNCTION(imageftbbox)
3321
{
0 commit comments