mirror of https://github.com/freetype/freetype
* src/sfnt/ttload.c (tt_face_load_pclt): Fix `pclt_fields'.
This commit is contained in:
parent
0b33045285
commit
01af71d42f
|
@ -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.
|
||||
|
|
|
@ -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 ),
|
||||
|
|
Loading…
Reference in New Issue