From f4b61a6a5d0940bb360b0fc8cc8952d3478fefad Mon Sep 17 00:00:00 2001 From: Nikolaus Waxweiler Date: Wed, 19 Aug 2015 06:51:06 +0200 Subject: [PATCH] Minor documentation fix. --- include/freetype/ftoutln.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/freetype/ftoutln.h b/include/freetype/ftoutln.h index 106cfde06..b6ec70de8 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 */