Skip to content
  • darin's avatar
    * WebCoreSupport.subproj/IFTextRenderer.h: Remove the flavor of · 3ba2c589
    darin authored
    	floatWidthForCharacters without the applyRounding boolean.
    
    	* WebCoreSupport.subproj/IFTextRenderer.m:
    	(-[IFTextRenderer drawCharacters:length:atPoint:withColor:]): Remove logic about
    	characters in the 0x7F-0xA0 range, since it's already handled by the time we get
    	around to drawing.
    	(-[IFTextRenderer floatWidthForCharacters:length:applyRounding:]): Pass in the
    	applyRounding boolean when calling through to slowFloatWidthForCharacters.
    	Move logic about characters in the 0x7F-0xA0 range from here into
    	[extendCharacterToGlyphMapToInclude:].
    	(-[IFTextRenderer widthForCharacters:length:]): Call the version of
    	floatWidthForCharacters that takes the applyRounding parameter; this was the only
    	client of the flavor that didn't take the parameter.
    	(-[IFTextRenderer extendCharacterToGlyphMapToInclude:]): Add the logic about
    	characters in the 0x7F-0xA0 range into here.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1331 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    3ba2c589