diff options
Diffstat (limited to 'Build/source/libs/libttf/header.h')
-rw-r--r-- | Build/source/libs/libttf/header.h | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/Build/source/libs/libttf/header.h b/Build/source/libs/libttf/header.h new file mode 100644 index 00000000000..ebd5574404b --- /dev/null +++ b/Build/source/libs/libttf/header.h @@ -0,0 +1,49 @@ +/******************************************************************* + * + * Function : + * + * Description : + * + * Input : + * + * Output : + * + * Notes : + * + ******************************************************************/ + +/******************************************************************* + * + * Function : + * + * Description : + * + * Input : None + * + * Output : Error code. + * + ******************************************************************/ + +/******************************************************************* + * + * Function : + * + * Description : + * + ******************************************************************/ + +/******************************************************************* + * + * Component Name (e.g. TTRaster.C) + eventually a version number. + * + * Component Short Description (e.g. Rasterizer). + * + * Copyright 1996 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. + * + ******************************************************************/ |