freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] master f4b61a6: Minor documentation fix.


From: Werner LEMBERG
Subject: [freetype2] master f4b61a6: Minor documentation fix.
Date: Wed, 19 Aug 2015 04:51:30 +0000

branch: master
commit f4b61a6a5d0940bb360b0fc8cc8952d3478fefad
Author: Nikolaus Waxweiler <address@hidden>
Commit: Werner Lemberg <address@hidden>

    Minor documentation fix.
---
 include/freetype/ftoutln.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/freetype/ftoutln.h b/include/freetype/ftoutln.h
index 106cfde..b6ec70d 100644
--- a/include/freetype/ftoutln.h
+++ b/include/freetype/ftoutln.h
@@ -354,8 +354,8 @@ FT_BEGIN_HEADER
   /*                                                                       */
   /*    {                                                                  */
   /*      FT_Load_Glyph( face, index, FT_LOAD_DEFAULT );                   */
-  /*      if ( face->slot->format == FT_GLYPH_FORMAT_OUTLINE )             */
-  /*        FT_Outline_Embolden( &face->slot->outline, strength );         */
+  /*      if ( face->glyph->format == FT_GLYPH_FORMAT_OUTLINE )            */
+  /*        FT_Outline_Embolden( &face->glyph->outline, strength );        */
   /*    }                                                                  */
   /*                                                                       */
   /*    To get meaningful results, font scaling values must be set with    */



reply via email to

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