Documentation fix.

This commit is contained in:
Werner Lemberg 2014-04-16 23:22:56 +02:00
parent 181fd071ee
commit c44a4ba4a2
1 changed files with 5 additions and 8 deletions

View File

@ -2560,14 +2560,11 @@ FT_BEGIN_HEADER
* Ignored. Deprecated.
*
* FT_LOAD_NO_RECURSE ::
* This flag is only used internally. It merely indicates that the
* font driver should not load composite glyphs recursively. Instead,
* it should set the `num_subglyph' and `subglyphs' values of the
* glyph slot accordingly, and set `glyph->format' to
* @FT_GLYPH_FORMAT_COMPOSITE.
*
* The description of sub-glyphs is not available to client
* applications for now.
* Indicate that the font driver should not load composite glyphs
* recursively. Instead, it should set the `num_subglyph' and
* `subglyphs' values of the glyph slot accordingly, and set
* `glyph->format' to @FT_GLYPH_FORMAT_COMPOSITE. The description of
* subglyphs can then be accessed with @FT_Get_SubGlyph_Info.
*
* This flag implies @FT_LOAD_NO_SCALE and @FT_LOAD_IGNORE_TRANSFORM.
*