Hi Jennifer,
the fix looks fine to me.
Thanks,
Andrew
On 11.09.2012 1:09, Jennifer Godinez wrote:
Please review fix for
7183516: [macosx]Can't print-out the defined fonts for PrintFont_2D
and AntialiasTableTest
Call to MacOS native function
CTTypesetterCreateWithAttributedStringAndOptions did not produce the
expected result. Although the font dictionary was passed in options,
for unknown reason, it is ignored. Fix is to add the font dictionary
in the attributed string and use CTTypesetterCreateWithAttributedString.
Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7183516
Webrev: http://cr.openjdk.java.net/~jgodinez/7183516/webrev.00/
Jennifer