summaryrefslogtreecommitdiff
path: root/Build/source/libs/gd/libgd-src/src/gdfontg.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/gd/libgd-src/src/gdfontg.c')
-rw-r--r--Build/source/libs/gd/libgd-src/src/gdfontg.c17
1 files changed, 14 insertions, 3 deletions
diff --git a/Build/source/libs/gd/libgd-src/src/gdfontg.c b/Build/source/libs/gd/libgd-src/src/gdfontg.c
index 04f3362c99b..2adf6da7995 100644
--- a/Build/source/libs/gd/libgd-src/src/gdfontg.c
+++ b/Build/source/libs/gd/libgd-src/src/gdfontg.c
@@ -10,6 +10,15 @@
"Libor Skarvada, libor@informatics.muni.cz"
*/
+/**
+ * File: Giant Font
+ *
+ * A very large ISO-8859-2 raster font (9x15 pixels).
+ *
+ * The font is supposed to be used with <gdImageChar> and <gdImageString>
+ * and their variants.
+ */
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
@@ -4382,9 +4391,11 @@ gdFont gdFontGiantRep = {
BGD_EXPORT_DATA_PROT gdFontPtr gdFontGiant = &gdFontGiantRep;
-/*
- Function: gdFontGetGiant
-*/
+/**
+ * Function: gdFontGetGiant
+ *
+ * Returns the built-in giant font.
+ */
BGD_DECLARE(gdFontPtr) gdFontGetGiant (void)
{
return gdFontGiant;