shithub: freetype+ttf2subf

Download patch

ref: 01af71d42fd7effb5e9211a7a2c26d17e7adccb1
parent: 0b3304528543339c4ee9260e76afa173e5e7b613
author: Darrell Bellert <[email protected]>
date: Wed Oct 2 18:04:07 EDT 2013

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

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-10-02  Darrell Bellert  <[email protected]>
+
+	* src/sfnt/ttload.c (tt_face_load_pclt): Fix `pclt_fields'.
+
 2013-10-02  Dave Arnold  <[email protected]>
 
 	* src/cff/cf2font.c (cf2_computeDarkening): Initialize darkenAmount.
--- a/src/sfnt/ttload.c
+++ b/src/sfnt/ttload.c
@@ -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 ),