freetype/src/truetype
Werner Lemberg f34f192535 * src/*: Add checks for parameters of API functions where missing.
`API functions' are functions tagged with `FT_EXPORT_DEF'.

Besides trivial fixes, the following changes are included, too.

* src/base/ftbdf.c (FT_Get_BDF_Charset_ID, FT_Get_BDF_Property): Set
error code if no service is available.

* src/base/ftinit.c (FT_Done_FreeType): Change return value for
invalid `library' parameter to `Invalid_Library_Handle'.

* src/base/ftobjs.c (FT_New_Size): Change return value for invalid
`asize' parameter to `Invalid_Argument'.

* src/base/ftoutln.c (FT_Outline_Copy): Change return value for
invalid `source' and `target' parameters to `Invalid_Outline'.
(FT_Outline_Done_Internal): Change return value for invalid
`outline' parameter to `Invalid_Outline'.
2014-11-26 21:59:21 +01:00
..
Jamfile Position Independent Code (PIC) support in truetype driver. 2009-04-05 18:03:02 +03:00
module.mk FT_USE_MODULE declares things as: 2008-12-21 10:29:30 +00:00
rules.mk [truetype] Support subpixel hinting. 2012-06-18 10:36:06 +02:00
truetype.c [truetype] Support subpixel hinting. 2012-06-18 10:36:06 +02:00
ttdriver.c */*: s/Invalid_Argument/Invalid_Face_Handle/ where appropriate. 2014-11-25 10:21:13 +01:00
ttdriver.h Position Independent Code (PIC) support in truetype driver. 2009-04-05 18:03:02 +03:00
tterrors.h Prepare source code for amalgamation. 2012-03-08 06:04:03 +01:00
ttgload.c [Savannah bug #43682] Properly handle missing return errors. 2014-11-25 08:53:09 +01:00
ttgload.h [truetype] Improve emulation of vertical metrics. 2013-11-06 07:14:49 +01:00
ttgxvar.c [Savannah bug #43682] Properly handle missing return errors. 2014-11-25 08:53:09 +01:00
ttgxvar.h truetype: Extend mmvar_len to hold size_t values. 2009-08-01 00:32:18 +09:00
ttinterp.c * src/*: Add checks for parameters of API functions where missing. 2014-11-26 21:59:21 +01:00
ttinterp.h [Savannah bug #43682] Change some signatures to `void' return type. 2014-11-25 08:14:15 +01:00
ttobjs.c [Savannah bug #43682] Properly handle missing return errors. 2014-11-25 08:53:09 +01:00
ttobjs.h [truetype] Limit delta shift range. 2014-10-14 23:03:56 -04:00
ttpic.c Whitespace. 2013-03-17 08:14:46 +01:00
ttpic.h [truetype] Add framework for TrueType properties. 2013-05-12 15:08:57 +02:00
ttpload.c [truetype] Fix Savannah bug #43679. 2014-11-24 10:22:08 +01:00
ttpload.h * builds/win32/visualc/freetype.dsp: updating the project file, adding 2006-03-20 13:32:33 +00:00
ttsubpix.c * src/truetype/ttsubpix.c (COMPATIBILITY_MODE_Rules): Updated. 2014-11-03 07:24:59 +01:00
ttsubpix.h [truetype] Simplify and improve subpixel function detection. 2013-05-20 07:38:21 +02:00