Changeset: 10131ecdf85a Author: Felipe Heidrich <felipe.heidr...@oracle.com> Date: 2013-11-07 08:51 -0800 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/10131ecdf85a
RT-34093: complext text are garbled when using some fonts to render the text. ! modules/graphics/src/main/java/com/sun/javafx/font/coretext/CTGlyphLayout.java ! modules/graphics/src/main/java/com/sun/javafx/font/directwrite/DWGlyphLayout.java Changeset: a10660cea86f Author: Felipe Heidrich <felipe.heidr...@oracle.com> Date: 2013-11-07 08:55 -0800 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/a10660cea86f RT-34072: TextArea overlaps symbols Reviewed-by: Steve Northover ! modules/graphics/src/main/java/com/sun/javafx/text/LayoutCache.java ! modules/graphics/src/main/java/com/sun/javafx/text/PrismTextLayout.java