DescriptionIn some cases different fonts are selected to get width of string and
to draw text.
In Font.cpp calls, font get changed due to fallback font architecture.
When making calls we need to check if Unicode is present in primary font or not.
In case of Ellipsis, we need to check if Ellipsis Unicode is present in primary font or not,
if not then use "Dot" Unicode, this is also suggested in CSS3 (http://www.w3.org/TR/2003/CR-css3-text-20030514/)
BUG=416425
TEST=fast/text/ellipsis-platform-font-change.html
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183597
Patch Set 1 #
Total comments: 2
Patch Set 2 : Comment fixes #Patch Set 3 : Rebaseline Patch #Patch Set 4 : Rebase patch #Patch Set 5 : Rebase patch #
Total comments: 2
Patch Set 6 : Rebasing Test Expectation file #Messages
Total messages: 27 (7 generated)
|