Commit c118a32d48a892fd641e75d7f69598d892db9621

Werner Lemberg 2000-10-07T15:51:50

fix documentation

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h
index 0c1548a..d3ae752 100644
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -1024,12 +1024,12 @@
   /*    linearHoriAdvance :: For scalable formats only, this field holds   */
   /*                         the linearly scaled horizontal advance width  */
   /*                         for the glyph (i.e. the scaled and unhinted   */
-  /*                         value of the hori advance). This can be       */
-  /*                         important to perform correct WYSIWYG layout   */
+  /*                         value of the hori advance).  This can be      */
+  /*                         important to perform correct WYSIWYG layout.  */
   /*                                                                       */
   /*                         Note that this value is expressed by default  */
   /*                         in 16.16 pixels. However, when the glyph is   */
-  /*                         loaded with the FT_LOAD_UNSCALED_LINEAR flag, */
+  /*                         loaded with the FT_LOAD_LINEAR_DESIGN flag,   */
   /*                         this field contains simply the value of the   */
   /*                         advance in original font units.               */
   /*                                                                       */