ref: c9d7b5e3ed3cffc8bea6a140d8ae1f66397a9666
parent: 0c426d1ecb5e05ab76aa6f72326def778ce0e9fb
author: David Turner <[email protected]>
date: Wed Nov 8 22:18:32 EST 2000
minor warning with VC++ solved
--- a/src/type1/t1objs.c
+++ b/src/type1/t1objs.c
@@ -271,7 +271,7 @@
/* now compute the maximum advance width */
- root->max_advance_width = face->type1.font_bbox.xMax;
+ root->max_advance_width = (FT_Short)face->type1.font_bbox.xMax;
{
FT_Int max_advance;