diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2011-04-19 23:49:56 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2011-04-19 23:49:56 +0200 |
commit | 781969994b5381ba4bed03beef217f9bde6e7c58 (patch) | |
tree | aede27c7532f0fbe82f03dc0c04c9316be510fd5 /gs/base/ttconfig.h | |
parent | 0b17959f31afe3baffbc328e7f92e88e634ad8b8 (diff) |
Indent with spaces and strip trailing whitespace.
Diffstat (limited to 'gs/base/ttconfig.h')
-rw-r--r-- | gs/base/ttconfig.h | 23 |
1 files changed, 5 insertions, 18 deletions
diff --git a/gs/base/ttconfig.h b/gs/base/ttconfig.h index 8da4b4204..22d1f924b 100644 --- a/gs/base/ttconfig.h +++ b/gs/base/ttconfig.h @@ -1,6 +1,6 @@ /* Copyright (C) 2001-2006 Artifex Software, Inc. All Rights Reserved. - + This software is provided AS-IS with no warranty, either express or implied. @@ -16,23 +16,23 @@ /******************************************************************* * - * ttconfig.h 1.0 + * ttconfig.h 1.0 * - * Configuration settings header file (spec only). + * Configuration settings header file (spec only). * * Copyright 1996-1998 by * David Turner, Robert Wilhelm, and Werner Lemberg. * * This file is part of the FreeType project, and may only be used * modified and distributed under the terms of the FreeType project - * license, LICENSE.TXT. By continuing to use, modify, or distribute + * license, LICENSE.TXT. By continuing to use, modify, or distribute * this file you indicate that you have read the license and * understand and accept it fully. * * Notes: * * All the configuration #define statements have been gathered in - * this file to allow easy check and modification. + * this file to allow easy check and modification. * ******************************************************************/ @@ -47,7 +47,6 @@ #include "ttconf.h" - /* ------------ general debugging -------------------------------------- */ /* Define DEBUG if you want the program to output a series of messages */ @@ -55,7 +54,6 @@ /* #define DEBUG */ - /* ------------ arithmetic and processor support - ttcalc, ttraster ---- */ /* Define ONE_COMPLEMENT if this matches your processor's artihmetic. */ @@ -64,11 +62,9 @@ /* #define ONE_COMPLEMENT */ - /* BOUND_CALC isn't needed anymore due to changes in the ttcalc */ /* component. All computations are now bounded. */ - /* Define _GNUC_LONG64_ if you want to enable the use of the 'long long' */ /* 64-bit type provided by gcc. Note that: */ /* */ @@ -86,7 +82,6 @@ /* #define _GNUC_LONG64_ */ - /* define BUS_ERROR if your processor is unable to access words that */ /* are not aligned to their respective size (i.e. a 4byte dword */ /* beginning at address 3 will result in a bus error on a Sun). */ @@ -95,14 +90,12 @@ /* #define BUS_ERROR */ - /* define ALIGNMENT to your processor/environment preferred alignment */ /* size. A value of 8 should work on all current processors, even */ /* 64-bits ones. */ #define ALIGNMENT 8 - /* ------------ rasterizer configuration ----- ttraster ----------------- */ /* Define this if you want to use the 'MulDiv' function from 'ttcalc'. */ @@ -119,7 +112,6 @@ #define SECURE_COMPUTATIONS - /* Define this if you want to generate a debug version of the rasterizer. */ /* This will progressively draw the glyphs while the computations are */ /* done directly on the graphics screen... (with inverted glyphs) */ @@ -131,7 +123,6 @@ /* #define DEBUG_RASTER */ - /* The TrueType specs stipulate that the filled regions delimited by */ /* the contours must be to the right of the drawing orientation. */ /* Unfortunately, a lot of cheapo fonts do not respect this rule. */ @@ -142,9 +133,6 @@ #define IGNORE_FILL_FLOW /* We want to draw all kinds of glyphs, even incorrect ones... */ - - - /* --------------- automatic setup -- don't touch ------------------ */ /* Some systems can't use vfprintf for error messages on stderr; if */ @@ -210,5 +198,4 @@ #endif /* TTCONFIG_H */ - /* END */ |