mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-15 16:18:07 +02:00
[tfm] Fixes.
Conflicts: include/freetype/internal/tfm.h
This commit is contained in:
parent
46ab8e2f4c
commit
75fd199d70
2 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue