| Index: include/freetype/internal/psaux.h
|
| diff --git a/include/freetype/internal/psaux.h b/include/freetype/internal/psaux.h
|
| index a96e0dfa865dea32797d5c89ed4537657a546c0e..e903114f84facb419b2dadfe7808719f2d81b95a 100644
|
| --- a/include/freetype/internal/psaux.h
|
| +++ b/include/freetype/internal/psaux.h
|
| @@ -5,7 +5,7 @@
|
| /* Auxiliary functions and data structures related to PostScript fonts */
|
| /* (specification). */
|
| /* */
|
| -/* Copyright 1996-2001, 2002, 2003, 2004, 2006, 2008, 2009 by */
|
| +/* Copyright 1996-2004, 2006, 2008, 2009, 2012 by */
|
| /* David Turner, Robert Wilhelm, and Werner Lemberg. */
|
| /* */
|
| /* This file is part of the FreeType project, and may only be used, */
|
| @@ -101,6 +101,9 @@ FT_BEGIN_HEADER
|
| /* capacity :: The current size of the heap block. Increments by */
|
| /* 1kByte chunks. */
|
| /* */
|
| + /* init :: Set to 0xDEADBEEF if `elements' and `lengths' have */
|
| + /* been allocated. */
|
| + /* */
|
| /* max_elems :: The maximum number of elements in table. */
|
| /* */
|
| /* num_elems :: The current number of elements in table. */
|
| @@ -183,6 +186,7 @@ FT_BEGIN_HEADER
|
| T1_FIELD_TYPE_STRING,
|
| T1_FIELD_TYPE_KEY,
|
| T1_FIELD_TYPE_BBOX,
|
| + T1_FIELD_TYPE_MM_BBOX,
|
| T1_FIELD_TYPE_INTEGER_ARRAY,
|
| T1_FIELD_TYPE_FIXED_ARRAY,
|
| T1_FIELD_TYPE_CALLBACK,
|
| @@ -225,7 +229,7 @@ FT_BEGIN_HEADER
|
| T1_Field_ParseFunc reader;
|
| FT_UInt offset; /* offset of field in object */
|
| FT_Byte size; /* size of field in bytes */
|
| - FT_UInt array_max; /* maximal number of elements for */
|
| + FT_UInt array_max; /* maximum number of elements for */
|
| /* array */
|
| FT_UInt count_offset; /* offset of element count for */
|
| /* arrays; must not be zero if in */
|
| @@ -531,7 +535,7 @@ FT_BEGIN_HEADER
|
| /* */
|
| /* max_points :: maximum points in builder outline */
|
| /* */
|
| - /* max_contours :: Maximal number of contours in builder outline. */
|
| + /* max_contours :: Maximum number of contours in builder outline. */
|
| /* */
|
| /* pos_x :: The horizontal translation (if composite glyph). */
|
| /* */
|
|
|