summaryrefslogtreecommitdiff
path: root/include/freetype/internal/cffotypes.h
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2017-09-26 12:53:41 +0200
committerWerner Lemberg <wl@gnu.org>2017-09-26 12:53:41 +0200
commit12ae57d9929e36201fb1007721a7f8b50c7aa585 (patch)
treeaec049c4cb8bafa0a336a0ed5415c2d25be52b1a /include/freetype/internal/cffotypes.h
parent4cdbac05b9a17645cbecfcb18f7d1bcd573b67d6 (diff)
downloadfreetype2-12ae57d9929e36201fb1007721a7f8b50c7aa585.tar.gz
Copyright notices, formatting, whitespace, minor doc fixes.
Diffstat (limited to 'include/freetype/internal/cffotypes.h')
-rw-r--r--include/freetype/internal/cffotypes.h19
1 files changed, 13 insertions, 6 deletions
diff --git a/include/freetype/internal/cffotypes.h b/include/freetype/internal/cffotypes.h
index 570a92edf..6fd1e1c7a 100644
--- a/include/freetype/internal/cffotypes.h
+++ b/include/freetype/internal/cffotypes.h
@@ -4,7 +4,14 @@
/* */
/* Basic OpenType/CFF object type definitions (specification). */
/* */
-/* Copyright notice here. */
+/* Copyright 2017 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. */
/* */
/***************************************************************************/
@@ -54,11 +61,11 @@ FT_BEGIN_HEADER
{
FT_GlyphSlotRec root;
- FT_Bool hint;
- FT_Bool scaled;
+ FT_Bool hint;
+ FT_Bool scaled;
- FT_Fixed x_scale;
- FT_Fixed y_scale;
+ FT_Fixed x_scale;
+ FT_Fixed y_scale;
} CFF_GlyphSlotRec, *CFF_GlyphSlot;
@@ -87,7 +94,7 @@ FT_BEGIN_HEADER
{
FT_Fixed xx, xy; /* transformation matrix coefficients */
FT_Fixed yx, yy;
- FT_F26Dot6 ox, oy; /* offsets */
+ FT_F26Dot6 ox, oy; /* offsets */
} CFF_Transform;