| Index: include/freetype/fterrdef.h
|
| diff --git a/include/freetype/fterrdef.h b/include/freetype/fterrdef.h
|
| index fb4b53bca0773e095ad2b3d15e7dd77289821e68..76c7b9e36fc5d4cf49a55ba3c36171c7ac11743f 100644
|
| --- a/include/freetype/fterrdef.h
|
| +++ b/include/freetype/fterrdef.h
|
| @@ -4,7 +4,7 @@
|
| /* */
|
| /* FreeType error codes (specification). */
|
| /* */
|
| -/* Copyright 2002, 2004, 2006, 2007, 2010-2011 by */
|
| +/* Copyright 2002, 2004, 2006, 2007, 2010-2013 by */
|
| /* David Turner, Robert Wilhelm, and Werner Lemberg. */
|
| /* */
|
| /* This file is part of the FreeType project, and may only be used, */
|
| @@ -56,6 +56,8 @@
|
| "array allocation size too large" )
|
| FT_ERRORDEF_( Missing_Module, 0x0B, \
|
| "missing module" )
|
| + FT_ERRORDEF_( Missing_Property, 0x0C, \
|
| + "missing property" )
|
|
|
| /* glyph/character errors */
|
|
|
| @@ -215,6 +217,8 @@
|
| "ignore" )
|
| FT_ERRORDEF_( No_Unicode_Glyph_Name, 0xA3, \
|
| "no Unicode glyph name found" )
|
| + FT_ERRORDEF_( Glyph_Too_Big, 0xA4, \
|
| + "glyph to big for hinting" )
|
|
|
| /* BDF errors */
|
|
|
|
|