minor warning with VC++ solved

VER-2-0-4-PATCH
David Turner 25 years ago
parent ace5b20b61
commit 201edc9513
  1. 2
      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;

Loading…
Cancel
Save