summaryrefslogtreecommitdiff
path: root/src/base/ftobjs.c
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2002-03-06 23:18:55 +0000
committerDavid Turner <david@freetype.org>2002-03-06 23:18:55 +0000
commitf6dc81e5d2cb80f2e30e32dc7a7f29ca6ad8f07f (patch)
treef1f71758a533ab7214350dca6bf4f19e33a38b47 /src/base/ftobjs.c
parent7e7dae1bc51e3bf494c687a98968e11a68d9c90e (diff)
downloadfreetype2-f6dc81e5d2cb80f2e30e32dc7a7f29ca6ad8f07f.tar.gz
* docs/CHANGES: update to indicate the new FT_Library_Version API
and the small quality improvement in the Postscript hinter.. * src/pshinter/pshglob.c: fixed a small bug that created un-even stem widths when hinting Postscript fonts. A small fix with pretty important improvements in quality of Postscript hinting !!
Diffstat (limited to 'src/base/ftobjs.c')
-rw-r--r--src/base/ftobjs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/ftobjs.c b/src/base/ftobjs.c
index 40b696bab..9e2b613d9 100644
--- a/src/base/ftobjs.c
+++ b/src/base/ftobjs.c
@@ -2690,6 +2690,7 @@
/* documentation is in freetype.h */
+
FT_EXPORT_DEF( void )
FT_Library_Version( FT_Library library,
FT_Int *amajor,
@@ -2699,6 +2700,7 @@
FT_Int major = 0;
FT_Int minor = 0;
FT_Int patch = 0;
+
if ( library )
{