From a929ba9b205c9756f1c0d3c261185e3bacf7fdad Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sun, 25 Jun 2000 06:47:11 +0000 Subject: applying formatting again --- src/type1/t1driver.h | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) (limited to 'src/type1/t1driver.h') diff --git a/src/type1/t1driver.h b/src/type1/t1driver.h index c770480c..5d615b5b 100644 --- a/src/type1/t1driver.h +++ b/src/type1/t1driver.h @@ -1,26 +1,30 @@ -/******************************************************************* - * - * t1driver.h - * - * High-level Type1 driver interface for FreeType 2.0 - * - * 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 - * this file you indicate that you have read the license and - * understand and accept it fully. - * - ******************************************************************/ +/***************************************************************************/ +/* */ +/* t1driver.h */ +/* */ +/* High-level Type 1 driver interface (specification). */ +/* */ +/* Copyright 1996-2000 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 */ +/* this file you indicate that you have read the license and */ +/* understand and accept it fully. */ +/* */ +/***************************************************************************/ + #ifndef T1DRIVER_H #define T1DRIVER_H #include - FT_EXPORT_VAR(const FT_Driver_Class) t1_driver_class; + FT_EXPORT_VAR( const FT_Driver_Class ) t1_driver_class; + #endif /* T1DRIVER_H */ + +/* END */ -- cgit v1.2.3