jdk/src/java.desktop/share/classes/sun/font/FileFontStrike.java
changeset 28059 e576535359cc
parent 26037 508779ce6619
child 32289 e7e19bfe2948
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
   896         return getGlyphMetrics(mapper.charToGlyph(ch));
   896         return getGlyphMetrics(mapper.charToGlyph(ch));
   897     }
   897     }
   898 
   898 
   899     /* The caller of this can be trusted to return a copy of this
   899     /* The caller of this can be trusted to return a copy of this
   900      * return value rectangle to public API. In fact frequently it
   900      * return value rectangle to public API. In fact frequently it
   901      * can't use use this return value directly anyway.
   901      * can't use this return value directly anyway.
   902      * This returns bounds in device space. Currently the only
   902      * This returns bounds in device space. Currently the only
   903      * caller is SGV and it converts back to user space.
   903      * caller is SGV and it converts back to user space.
   904      * We could change things so that this code does the conversion so
   904      * We could change things so that this code does the conversion so
   905      * that all coords coming out of the font system are converted back
   905      * that all coords coming out of the font system are converted back
   906      * into user space even if they were measured in device space.
   906      * into user space even if they were measured in device space.