ref: f4b61a6a5d0940bb360b0fc8cc8952d3478fefad
parent: 91d59169a88dc983aef1dc6dc7abc7b27cc2f71d
author: Nikolaus Waxweiler <[email protected]>
date: Wed Aug 19 02:51:06 EDT 2015
Minor documentation fix.
--- a/include/freetype/ftoutln.h
+++ b/include/freetype/ftoutln.h
@@ -354,8 +354,8 @@
/* */
/* { */
/* 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 */