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