shithub: freetype+ttf2subf

Download patch

ref: a2e47b2688e0634555040ec1d27da07139c723a2
parent: f3dad68be8ab7116b496984fb00324baa1e65d10
author: Tom Kacvinsky <[email protected]>
date: Mon Mar 19 09:30:24 EST 2001

Added entries for changes to Type 1 and CFF drivers, related to units
per EM processing in the font matrix parsers.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2001-03-19  Tom Kacvinsky  <[email protected]>
+
+	* src/type1/t1load.c (parse_font_matrix): Assign the units per em
+	value an unsigned short value, first by shifting right 16 bits,
+	then by casting the results to FT_UShort.
+
+	* src/cff/cffparse.c (cff_parse_font_bbox): Assign the units per em
+	value an unsigned short value, first by shifting right 16 bits,
+	then by casting the results to FT_UShort.
+	
 2001-03-17  David Turner   <[email protected]>
 
 	* src/cid/cidobjs.c, src/cid/cidload.c, src/pcf/pcfread.c,