summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGalik <galik@users.noreply.github.com>2017-07-29 16:24:32 +0100
committerMike Frysinger <vapier@gmail.com>2017-07-29 11:24:32 -0400
commit3385b9aebf548ea778dc9cbd4f65e90ab38a1bf5 (patch)
tree609a7e48c33554c43177289d23fcce0d2a68b583 /docs
parent00bbb69cc3fd7223e9fc7f01dd3d87c2956de93b (diff)
downloadlibgd-3385b9aebf548ea778dc9cbd4f65e90ab38a1bf5.tar.gz
Truetype font drawing functions now take `const` strings (#400)
The following API functions now accept the font names and the text to be printed as `const char*` rater than `char*`. This makes the functions much more `C++` friendly. gdImageStringFT(); gdImageStringTTF(); gdImageStringFTEx(); Other functions/types affected: typeed struct fontkey_t; any2eucjp(); gdTcl_UtfToUniChar(); DetectKanjiCode(); do_convert(); do_check_and_conv();
Diffstat (limited to 'docs')
-rw-r--r--docs/naturaldocs/project/Menu.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/naturaldocs/project/Menu.txt b/docs/naturaldocs/project/Menu.txt
index f12369e..18438bd 100644
--- a/docs/naturaldocs/project/Menu.txt
+++ b/docs/naturaldocs/project/Menu.txt
@@ -65,28 +65,28 @@ Group: Image Formats {
File: XPM Input (no auto-title, gdxpm.c)
} # Group: Image Formats
+File: Color Quantization (gd_topal.c)
+File: Cropping (gd_crop.c)
+File: FreeType font rendering (gdft.c)
File: gd.c (gd.c)
File: gd.h (gd.h)
-File: gd_crop.c (gd_crop.c)
File: gd_filename.c (gd_filename.c)
-File: gd_filter.c (gd_filter.c)
File: gd_interpolation.c (gd_interpolation.c)
File: gd_io.h (gd_io.h)
File: gd_io_dp.c (gd_io_dp.c)
File: gd_ss.c (gd_ss.c)
-File: gd_topal.c (gd_topal.c)
-File: gd_transform.c (gd_transform.c)
File: gd_version.c (gd_version.c)
File: gdColorMapLookup (gd_color_map.c)
File: gdFree (gdhelpers.c)
-File: gdft.c (gdft.c)
File: gdfx.c (gdfx.c)
File: gdImageColorMatch (gd_color_match.c)
File: gdImageNeuQuant (gd_nnquant.c)
File: gdNewFileCtx (gd_io_file.c)
File: gdNewSSCtx (gd_io_ss.c)
+File: Image Filters (gd_filter.c)
File: License (license.txt)
File: Matrix (gd_matrix.c)
+File: Transformations (gd_transform.c)
Group: Built-in Fonts {
@@ -103,6 +103,7 @@ Group: Index {
Index: Everything
File Index: Files
Function Index: Functions
+ Macro Index: Macros
Type Index: Types
} # Group: Index