This commit is contained in:
Werner Lemberg 2002-02-08 13:11:18 +00:00
parent 57b8fcacd3
commit 7d69560afb
2 changed files with 18 additions and 18 deletions

View File

@ -1,8 +1,8 @@
2002-02-08 David Turner <david@freetype.org> 2002-02-08 David Turner <david@freetype.org>
* include/freetype/freetype.h: adding comments to FT_Get_Next_Char * include/freetype/freetype.h: Adding comments to FT_Get_Next_Char;
note that this function might temporarily be removed for the 2.0.8 note that this function might temporarily be removed for the 2.0.8
release.. release.
2002-02-07 David Turner <david@freetype.org> 2002-02-07 David Turner <david@freetype.org>

View File

@ -2412,25 +2412,25 @@ FT_BEGIN_HEADER
/* */ /* */
/* <Note> */ /* <Note> */
/* You can always retrieve the first charcode in a given charmap */ /* You can always retrieve the first charcode in a given charmap */
/* by calling FT_Get_Next_Char(face,0) */ /* by calling FT_Get_Next_Char(face,0). */
/* */ /* */
/* (this assumes that 0 is not a valid character code in any known */ /* (This assumes that 0 is not a valid character code in any known */
/* charmap format, which is basically true for TrueType and Type1) */ /* charmap format, which is basically true for TrueType and Type1.) */
/* */ /* */
/* note that certain charmaps can map character codes to "empty" */ /* Note that certain charmaps can map character codes to "empty" */
/* glyphs sometimes. Here are two examples: */ /* glyphs sometimes. Here are two examples: */
/* */ /* */
/* - the embedded bitmaps were stripped from the font, and certain */ /* - The embedded bitmaps were stripped from the font, and certain */
/* glyphs didn't have a corresponding outline */ /* glyphs didn't have a corresponding outline. */
/* */ /* */
/* - the font is a sub-set of another one and was generated with */ /* - The font is a subset of another one and was generated with a */
/* a tool that simply changed the glyph tables, but not the */ /* tool that simply changed the glyph tables, but not the */
/* charmap.. */ /* charmap. */
/* */ /* */
/* you should thus use this function only to enumerate charmaps. If */ /* You should thus use this function only to enumerate charmaps. If */
/* you need to determine the list of "displayable" glyphs, you'll */ /* you need to determine the list of "displayable" glyphs, you have */
/* need to use FT_Load_Glyph or wait until we provide another API */ /* to use `FT_Load_Glyph' or wait until we provide another API to do */
/* to do that.. */ /* that. */
/* */ /* */
FT_EXPORT( FT_ULong ) FT_EXPORT( FT_ULong )
FT_Get_Next_Char( FT_Face face, FT_Get_Next_Char( FT_Face face,