Closed
Bug 368081
Opened 18 years ago
Closed 18 years ago
font-size-adjust broken on windows if the text has non solid color
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
Attachments
(2 files, 3 obsolete files)
661 bytes,
application/xml
|
Details | |
1.49 KB,
patch
|
Details | Diff | Splinter Review |
This is a remain work for bug 353872. I forgot to change the Fast function.
Assignee | ||
Comment 1•18 years ago
|
||
Sturat, sorry for this silly bug.
Attachment #252637 -
Flags: review?(pavlov)
Assignee | ||
Comment 2•18 years ago
|
||
Oops, I attached the wrong file....
Attachment #252637 -
Attachment is obsolete: true
Attachment #252638 -
Flags: review?(pavlov)
Attachment #252637 -
Flags: review?(pavlov)
Comment 3•18 years ago
|
||
Comment on attachment 252638 [details] [diff] [review]
Patch rv1.0
+ const double cairoToPixels =
+ cairofontfactor * currentFont->GetAdjustedSize();
please just put this on one line.
Attachment #252638 -
Flags: review?(pavlov) → review+
Assignee | ||
Comment 4•18 years ago
|
||
Thanks, but the count of characters is over 80 if adding space around '*'. (it's just 80 characters in this patch.) Do you like which style?
Attachment #252638 -
Attachment is obsolete: true
Comment 5•18 years ago
|
||
We've generally been going to around 120 characters in thebes (or slightly longer if it makes the code more clear)
Assignee | ||
Comment 6•18 years ago
|
||
(In reply to comment #5)
> We've generally been going to around 120 characters in thebes (or slightly
> longer if it makes the code more clear)
>
O.K. Thanks. I'll add the space around the '*'.
Assignee | ||
Comment 7•18 years ago
|
||
Attachment #252644 -
Attachment is obsolete: true
Assignee | ||
Comment 8•18 years ago
|
||
checked-in.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•