summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2006-09-26 21:55:44 +0000
committerWerner Lemberg <wl@gnu.org>2006-09-26 21:55:44 +0000
commit110246c64149e8df09b0101c5b0a2d61117a5b18 (patch)
tree6302a3c0260acf5efbab390b1e3982e62eb32b80 /devel
parente3d6e94853c8ffddb9b0c0e21395cd11568d6704 (diff)
formatting
Diffstat (limited to 'devel')
-rw-r--r--devel/ftoption.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/ftoption.h b/devel/ftoption.h
index 1bc27586..cea6deaf 100644
--- a/devel/ftoption.h
+++ b/devel/ftoption.h
@@ -77,19 +77,19 @@ FT_BEGIN_HEADER
/*************************************************************************/
/* */
- /* uncomment the line below if you want to active sub-pixel rendering */
+ /* Uncomment the line below if you want to active sub-pixel rendering */
/* (a.k.a. LCD rendering, or ClearType) in this build of the library. */
/* */
/* Note that this feature is covered by several Microsoft patents */
/* and should not be activated in any default build of the library. */
/* */
/* This macro has no impact on the FreeType API, only on its */
- /* _implementation_. For example, using FT_RENDER_MODE_LCD when calling */
- /* FT_Render_Glyph will still generate a bitmap that is 3 times */
- /* larger than the original size, The difference will be that each */
- /* triplet of subpixels will have R=G=B. */
+ /* _implementation_. For example, using FT_RENDER_MODE_LCD when calling */
+ /* FT_Render_Glyph still generates a bitmap that is 3 times larger than */
+ /* the original size; the difference will be that each triplet of */
+ /* subpixels has R=G=B. */
/* */
- /* This is done to allow FreeType clients to run unmodified, forcing */
+ /* This is done to allow FreeType clients to run unmodified, forcing */
/* them to display normal gray-level anti-aliased glyphs. */
/* */
/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */