--- old/modules/javafx.graphics/src/main/java/com/sun/javafx/font/directwrite/DWFontFile.java 2017-10-20 15:03:56.204551893 -0700 +++ new/modules/javafx.graphics/src/main/java/com/sun/javafx/font/directwrite/DWFontFile.java 2017-10-20 15:03:56.036551898 -0700 @@ -118,7 +118,7 @@ } RectBounds getBBox(int glyphCode, float size) { - /* In coretext and t2k this is the bounds for the path of the glyph */ + /* In coretext this is the bounds for the path of the glyph */ float[] bb = new float[4]; getGlyphBoundingBox(glyphCode, size, bb); return new RectBounds(bb[0], bb[1], bb[2], bb[3]);