ref: 7b33dca43c88cf3b1194455145bc70144feaca6c
parent: 87f9bfc4eade143f1602653b93d9d0cf25f84b5f
author: Werner Lemberg <[email protected]>
date: Thu Jun 23 16:31:48 EDT 2005
Formatting.
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -24,8 +24,8 @@
III. MISCELLANEOUS
- - The demo programs `ftview' and `ftstring' are rewritten for better
- readability.
+ - The demo programs `ftview' and `ftstring' have been rewritten
+ for better readability.
======================================================================
--- a/src/base/ftobjs.c
+++ b/src/base/ftobjs.c
@@ -267,7 +267,7 @@
slot->metrics.horiAdvance = FT_PIX_ROUND( slot->metrics.horiAdvance );
slot->metrics.vertBearingX = FT_PIX_FLOOR( slot->metrics.vertBearingX );
- /* note that vertBearinY should be floor'ed */
+ /* note that vertBearingY should be floor'ed */
slot->metrics.vertBearingY = FT_PIX_FLOOR( slot->metrics.vertBearingY );
slot->metrics.vertAdvance = FT_PIX_ROUND( slot->metrics.vertAdvance );
}
--- a/src/base/ftsynth.c
+++ b/src/base/ftsynth.c
@@ -88,8 +88,8 @@
{
error = FT_Outline_Embolden( &slot->outline, xstr );
- /* this is more than enough for most glyphs */
- /* if you need accurate values, you have to FT_Outline_Get_CBox */
+ /* this is more than enough for most glyphs; */
+ /* if you need accurate values, you have to call FT_Outline_Get_CBox */
xstr = xstr * 2;
ystr = xstr;
}
--- a/src/cid/cidgload.c
+++ b/src/cid/cidgload.c
@@ -4,7 +4,7 @@
/* */
/* CID-keyed Type1 Glyph Loader (body). */
/* */
-/* Copyright 1996-2001, 2002, 2003, 2004 by */
+/* Copyright 1996-2001, 2002, 2003, 2004, 2005 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
--- a/src/type1/t1gload.c
+++ b/src/type1/t1gload.c
@@ -4,7 +4,7 @@
/* */
/* Type 1 Glyph Loader (body). */
/* */
-/* Copyright 1996-2001, 2002, 2003, 2004 by */
+/* Copyright 1996-2001, 2002, 2003, 2004, 2005 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */