[tfm] Fixes.

GSoC-2018-parth
Parth Wazurkar 7 years ago
parent 3d5f300f0c
commit 383752cd98
  1. 2
      include/freetype/internal/tfm.h
  2. 1
      src/tfm/tfmobjs.c

@ -48,7 +48,7 @@ FT_BEGIN_HEADER
/* Font Info */
FT_Long cs; /* Check Sum */
/* Metrics */
FT_ULong ds; /* Design Size */
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