Minor doc fixes.

This commit is contained in:
Werner Lemberg 2008-12-16 13:12:18 +00:00
parent b972a2a294
commit 5914cb621a
1 changed files with 2 additions and 2 deletions

View File

@ -1550,10 +1550,10 @@ FT_BEGIN_HEADER
/* */
/* This image can later be converted into a bitmap by calling */
/* @FT_Render_Glyph. This function finds the current renderer for */
/* the native image's format then invokes it. */
/* the native image's format, then invokes it. */
/* */
/* The renderer is in charge of transforming the native image through */
/* the slot's face transformation fields, then convert it into a */
/* the slot's face transformation fields, then converting it into a */
/* bitmap that is returned in `slot->bitmap'. */
/* */
/* Note that `slot->bitmap_left' and `slot->bitmap_top' are also used */