summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2002-02-08 13:11:18 +0000
committerWerner Lemberg <wl@gnu.org>2002-02-08 13:11:18 +0000
commitd61774feb91cb8ae37350a2e350b84a2e77268d7 (patch)
treea7da4704d19b2dc1a9b157eda55c194e060c4914
parent03c6ca930c14724aa453722eaa8bfb4e1f12fa02 (diff)
downloadfreetype2-d61774feb91cb8ae37350a2e350b84a2e77268d7.tar.gz
cleaning
-rw-r--r--ChangeLog6
-rw-r--r--include/freetype/freetype.h30
2 files changed, 18 insertions, 18 deletions
diff --git a/ChangeLog b/ChangeLog
index 990500c75..2bfda0ffa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
2002-02-08 David Turner <david@freetype.org>
- * include/freetype/freetype.h: adding comments to FT_Get_Next_Char
- note that this function might temporarily be removed for the 2.0.8
- release..
+ * include/freetype/freetype.h: Adding comments to FT_Get_Next_Char;
+ note that this function might temporarily be removed for the 2.0.8
+ release.
2002-02-07 David Turner <david@freetype.org>
diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h
index 17e5fe31c..e8b444107 100644
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -2407,30 +2407,30 @@ FT_BEGIN_HEADER
/* charcode :: The current character code. */
/* */
/* <Return> */
- /* The next character code in the current charmap. 0 means */
+ /* The next character code in the current charmap. 0 means */
/* `no encoded values above charcode'. */
/* */
/* <Note> */
/* 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 */
- /* charmap format, which is basically true for TrueType and Type1) */
+ /* (This assumes that 0 is not a valid character code in any known */
+ /* charmap format, which is basically true for TrueType and Type1.) */
/* */
- /* note that certain charmaps can map character codes to "empty" */
- /* glyphs sometimes. Here are two examples: */
+ /* Note that certain charmaps can map character codes to "empty" */
+ /* glyphs sometimes. Here are two examples: */
/* */
- /* - the embedded bitmaps were stripped from the font, and certain */
- /* glyphs didn't have a corresponding outline */
+ /* - The embedded bitmaps were stripped from the font, and certain */
+ /* glyphs didn't have a corresponding outline. */
/* */
- /* - the font is a sub-set of another one and was generated with */
- /* a tool that simply changed the glyph tables, but not the */
- /* charmap.. */
+ /* - The font is a subset of another one and was generated with a */
+ /* tool that simply changed the glyph tables, but not the */
+ /* charmap. */
/* */
- /* you should thus use this function only to enumerate charmaps. If */
- /* you need to determine the list of "displayable" glyphs, you'll */
- /* need to use FT_Load_Glyph or wait until we provide another API */
- /* to do that.. */
+ /* You should thus use this function only to enumerate charmaps. If */
+ /* you need to determine the list of "displayable" glyphs, you have */
+ /* to use `FT_Load_Glyph' or wait until we provide another API to do */
+ /* that. */
/* */
FT_EXPORT( FT_ULong )
FT_Get_Next_Char( FT_Face face,