[tfm] Fixes.

Conflicts:
	include/freetype/internal/tfm.h
parthw-pk-vf
Parth Wazurkar 7 years ago
parent 46ab8e2f4c
commit 75fd199d70
  1. 2
      include/freetype/internal/tfm.h
  2. 1
      src/tfm/tfmobjs.c

@ -48,7 +48,7 @@ FT_BEGIN_HEADER
/* Font Info */
FT_ULong cs;
/* Metrics */
FT_ULong ds;
FT_ULong ds, fs; /* Design Size */
FT_UInt design_size;
FT_UInt slant;
FT_UInt begin_char, end_char;

@ -167,6 +167,7 @@
return error;
lf = (FT_ULong)READ_UINT2( stream );
fi->fs = 4*lf - 1 ;
#if 0
if ((lf == 11) || (lf == 9))

Loading…
Cancel
Save