diff options
author | Werner Lemberg <wl@gnu.org> | 2000-06-25 06:47:11 +0000 |
---|---|---|
committer | Werner Lemberg <wl@gnu.org> | 2000-06-25 06:47:11 +0000 |
commit | a929ba9b205c9756f1c0d3c261185e3bacf7fdad (patch) | |
tree | b45b3d1527d633691fd816f2af69b3a82b1b535c /src/type1/t1driver.h | |
parent | 994d7747fb075447818af6cfdd40e1a493257c5a (diff) |
applying formatting again
Diffstat (limited to 'src/type1/t1driver.h')
-rw-r--r-- | src/type1/t1driver.h | 38 |
1 files changed, 21 insertions, 17 deletions
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 <freetype/internal/ftdriver.h> - FT_EXPORT_VAR(const FT_Driver_Class) t1_driver_class; + FT_EXPORT_VAR( const FT_Driver_Class ) t1_driver_class; + #endif /* T1DRIVER_H */ + +/* END */ |