abulanon / sfntly

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

OS2Table Incorrect setter for usLastCharIndex #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Call setUsLastCharIndex(int lastIndex) with some value

What is the expected output? What do you see instead?
Expect to set usLastCharIndex. Sets usFirstCharIndex instead

What version of the product are you using? On what operating system?
r147, Java Windows

Please provide any additional information below.
The setter should use Offset.usLastCharIndex.offset and not 
Offset.usFirstCharIndex.offset (in OS2Table.java)

Original issue reported on code.google.com by randomra...@yahoo.com.au on 26 Oct 2012 at 12:46

GoogleCodeExporter commented 9 years ago
Fixed with r152.

Original comment by stua...@google.com on 30 Mar 2013 at 12:48