*** empty log message ***

This commit is contained in:
Werner Lemberg 2004-11-19 17:02:37 +00:00
parent b2e107db09
commit 4c31de77c1
1 changed files with 5 additions and 4 deletions

View File

@ -2272,10 +2272,11 @@ FT_BEGIN_HEADER
*
* FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH ::
* Indicates that the glyph loader should ignore the global advance
* width defined in the font. For historical reasons, FreeType uses
* the value of the `advanceWidthMax' field in the `htmx' table for
* all glyphs if the font is monospaced. Activating this flags makes
* FreeType use the metric values given in the `htmx' table.
* width defined in the font. For historical reasons (to support
* buggy CJK fonts), FreeType uses the value of the `advanceWidthMax'
* field in the `htmx' table for all glyphs if the font is monospaced.
* Activating this flags makes FreeType use the metric values given in
* the `htmx' table.
*
* FT_LOAD_NO_RECURSE ::
* This flag is only used internally. It merely indicates that the