Minor documentation fix.

2.6.5
Nikolaus Waxweiler 10 years ago committed by Werner Lemberg
parent 91d59169a8
commit f4b61a6a5d
  1. 4
      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 */

Loading…
Cancel
Save