summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2018-06-11 09:02:06 +0200
committerWerner Lemberg <wl@gnu.org>2018-06-11 09:02:25 +0200
commitb18f5e7c62c0aa6f8d17cbb9a8fe687ed402569a (patch)
treefc3cde643b439e5ea54d46993165e93b4bcb699b
parenta698dbf868326ea5eead14190a2192d6f018d23c (diff)
downloadfreetype2-b18f5e7c62c0aa6f8d17cbb9a8fe687ed402569a.tar.gz
Minor doc fixes.
-rw-r--r--include/freetype/ftcolor.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/freetype/ftcolor.h b/include/freetype/ftcolor.h
index 1711877dd..d76a53ffc 100644
--- a/include/freetype/ftcolor.h
+++ b/include/freetype/ftcolor.h
@@ -238,10 +238,10 @@ FT_BEGIN_HEADER
* The palette index.
*
* @output:
- * apalette_entries ::
+ * apalette ::
* An array of color entries for a palette with index `palette_index'.
- * If `apalette_entries' is set to NULL, no array gets returned (and
- * no color entries can be modified).
+ * If `apalette' is set to NULL, no array gets returned (and no color
+ * entries can be modified).
*
* In case the font doesn't support color palettes, NULL is returned.
*
@@ -264,7 +264,7 @@ FT_BEGIN_HEADER
FT_EXPORT( FT_Error )
FT_Palette_Select( FT_Face face,
FT_UShort palette_index,
- FT_Color* *apalette_entries );
+ FT_Color* *apalette );
/**************************************************************************
@@ -273,8 +273,8 @@ FT_BEGIN_HEADER
* FT_Palette_Set_Foreground_Color
*
* @description:
- * `CPAL' uses color index 0xFFFF to indicate a `text foreground color'.
- * This function sets this value.
+ * `COLR' uses palette index 0xFFFF to indicate a `text foreground
+ * color'. This function sets this value.
*
* @input:
* face ::