freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master d8a8323 2/5: Minor documentation improvement.


From: Werner LEMBERG
Subject: [freetype2] master d8a8323 2/5: Minor documentation improvement.
Date: Sun, 6 Nov 2016 11:47:13 +0000 (UTC)

branch: master
commit d8a83232aff9bff4b2197e6e5a4723006ad786d3
Author: Werner Lemberg <address@hidden>
Commit: Werner Lemberg <address@hidden>

    Minor documentation improvement.
---
 include/freetype/freetype.h |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h
index 49aa6f1..f3287b7 100644
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -2326,7 +2326,10 @@ FT_BEGIN_HEADER
   /*    FT_Select_Size                                                     */
   /*                                                                       */
   /* <Description>                                                         */
-  /*    Select a bitmap strike.                                            */
+  /*    Select a bitmap strike.  To be more precise, this function sets    */
+  /*    the scaling factors of the active @FT_Size object in a face so     */
+  /*    that bitmaps from this particular strike are taken by              */
+  /*    @FT_Load_Glyph and friends.                                        */
   /*                                                                       */
   /* <InOut>                                                               */
   /*    face         :: A handle to a target face object.                  */
@@ -2350,6 +2353,8 @@ FT_BEGIN_HEADER
   /*    same is true for all named instances that are different from the   */
   /*    default instance.                                                  */
   /*                                                                       */
+  /*    Don't use this function if you are using the FreeType cache API.   */
+  /*                                                                       */
   FT_EXPORT( FT_Error )
   FT_Select_Size( FT_Face  face,
                   FT_Int   strike_index );



reply via email to

[Prev in Thread] Current Thread [Next in Thread]