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