Minor documentation fix.

This commit is contained in:
Nikolaus Waxweiler 2015-08-19 06:51:06 +02:00 committed by Werner Lemberg
parent 91d59169a8
commit f4b61a6a5d
1 changed files with 2 additions and 2 deletions

View File

@ -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 */