jdk/src/share/classes/sun/font/GlyphLayout.java
changeset 10419 12c063b39232
parent 5506 202f599c92aa
child 18256 79d3f8278a38
equal deleted inserted replaced
10418:1d57022fdb6e 10419:12c063b39232
   231             if (!dtx.isIdentity()) {
   231             if (!dtx.isIdentity()) {
   232                 try {
   232                 try {
   233                     invdtx = dtx.createInverse();
   233                     invdtx = dtx.createInverse();
   234                 }
   234                 }
   235                 catch (NoninvertibleTransformException e) {
   235                 catch (NoninvertibleTransformException e) {
   236                     throw new InternalError();
   236                     throw new InternalError(e);
   237                 }
   237                 }
   238             }
   238             }
   239 
   239 
   240             float ptSize = font.getSize2D();
   240             float ptSize = font.getSize2D();
   241             if (font.isTransformed()) {
   241             if (font.isTransformed()) {