* src/sfnt/ttload.c (tt_face_load_pclt): Fix `pclt_fields'.

This commit is contained in:
Darrell Bellert 2013-10-02 22:04:07 +02:00 committed by Werner Lemberg
parent 0b33045285
commit 01af71d42f
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-10-02 Darrell Bellert <darrell.bellert@hl.konicaminolta.us>
* src/sfnt/ttload.c (tt_face_load_pclt): Fix `pclt_fields'.
2013-10-02 Dave Arnold <darnold@adobe.com>
* src/cff/cf2font.c (cf2_computeDarkening): Initialize darkenAmount.

View File

@ -1161,6 +1161,7 @@
FT_FRAME_USHORT( Style ),
FT_FRAME_USHORT( TypeFamily ),
FT_FRAME_USHORT( CapHeight ),
FT_FRAME_USHORT( SymbolSet ),
FT_FRAME_BYTES ( TypeFace, 16 ),
FT_FRAME_BYTES ( CharacterComplement, 8 ),
FT_FRAME_BYTES ( FileName, 6 ),