From 2be28a448fc16b0de2536aadc70ea854a55bd3d0 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Wed, 25 Jun 2008 21:12:14 +0000 Subject: [PATCH] Fix documentation of `num_glyphs'. --- include/freetype/freetype.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h index e2a4e8dc0..19266dfbe 100644 --- a/include/freetype/freetype.h +++ b/include/freetype/freetype.h @@ -790,6 +790,9 @@ FT_BEGIN_HEADER /* `num_fixed_sizes'), it is set to the number */ /* of outline glyphs. */ /* */ + /* For CID-keyed fonts, this value gives the */ + /* highest CID used in the font. */ + /* */ /* family_name :: The face's family name. This is an ASCII */ /* string, usually in English, which describes */ /* the typeface's family (like `Times New */