This commit is contained in:
Werner Lemberg 2018-05-13 11:53:01 +02:00
parent 1b2abda9d2
commit 78db8a2570
1 changed files with 1 additions and 1 deletions

View File

@ -495,7 +495,7 @@ FT_BEGIN_HEADER
/* */
/* for ( idx = 0; i < MAX_GLYPHS; i++ ) */
/* error = FT_Load_Glyph( face, idx, FT_LOAD_DEFAULT ) || */
/* FT_Get_Glyph ( face->glyph, &glyph[idx] ); */
/* FT_Get_Glyph ( face->glyph, &glyphs[idx] ); */
/* */
/* ... */
/* */