chushanjushi / sfntly

Automatically exported from code.google.com/p/sfntly
0 stars 0 forks source link

Incorrect retrieval of xMin, yMin, xMax, and yMax fields in head table #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Using FontHeaderTable methods xMin(), xMax(), yMin(), and yMax().

What is the expected output? What do you see instead?
The aforementioned methods should extract values from the font as signed 
shorts, but extract the values as unsigned shorts instead.

Original issue reported on code.google.com by y...@google.com on 7 Aug 2012 at 1:27

GoogleCodeExporter commented 9 years ago
Fixed. CL @ http://codereview.appspot.com/6442095/

Original comment by y...@google.com on 7 Aug 2012 at 1:47