https://codereview.appspot.com/6568065/diff/1/src/ports/SkFontHost_mac_coretext.cpp File src/ports/SkFontHost_mac_coretext.cpp (right): https://codereview.appspot.com/6568065/diff/1/src/ports/SkFontHost_mac_coretext.cpp#newcode751 src/ports/SkFontHost_mac_coretext.cpp:751: //HACK: we do not currently support lcd smoothed un-hinted ...
12 years, 1 month ago
(2012-09-28 18:05:09 UTC)
#2
https://codereview.appspot.com/6568065/diff/1/src/ports/SkFontHost_mac_coretext.cpp File src/ports/SkFontHost_mac_coretext.cpp (right): https://codereview.appspot.com/6568065/diff/1/src/ports/SkFontHost_mac_coretext.cpp#newcode304 src/ports/SkFontHost_mac_coretext.cpp:304: Can we use an enum instead, to make it ...
12 years, 1 month ago
(2012-09-28 18:18:14 UTC)
#3
https://codereview.appspot.com/6568065/diff/1/src/ports/SkFontHost_mac_coretext.cpp File src/ports/SkFontHost_mac_coretext.cpp (right): https://codereview.appspot.com/6568065/diff/1/src/ports/SkFontHost_mac_coretext.cpp#newcode304 src/ports/SkFontHost_mac_coretext.cpp:304: On 2012/09/28 18:18:15, reed1 wrote: > Can we use ...
12 years, 1 month ago
(2012-09-28 18:28:45 UTC)
#4
https://codereview.appspot.com/6568065/diff/1/src/ports/SkFontHost_mac_corete...
File src/ports/SkFontHost_mac_coretext.cpp (right):
https://codereview.appspot.com/6568065/diff/1/src/ports/SkFontHost_mac_corete...
src/ports/SkFontHost_mac_coretext.cpp:304:
On 2012/09/28 18:18:15, reed1 wrote:
> Can we use an enum instead, to make it clearer than a bool (esp. a bool that
> begins with a negation)?
>
> e.g.
>
> enum GenA8Technique {
> kFromLCD_GenA8Technique,
> kFromA8_GenA8Technique
> };
Negative bools are a bit of a pain. Made non-negative. Seems cleaner now, not
sure that enum is warranted.
https://codereview.appspot.com/6568065/diff/1/src/ports/SkFontHost_mac_corete...
src/ports/SkFontHost_mac_coretext.cpp:751: //HACK: we do not currently support
lcd smoothed un-hinted rasterization
On 2012/09/28 18:05:09, caryclark1 wrote:
> Note what current bug tracks this, with something like:
>
> // FIXME: lcd smoothed un-hinted rasterization unsupported. Tracked by
> http://webkit.org/b/xxx
>
> or something like that. (WebKit mostly uses FIXME instead of HACK)
Yeah, that's a better message. Opened bug to track and changed comment.
Issue 6568065: No hinting with CG should prevent outline dilation.
(Closed)
Created 12 years, 1 month ago by bungeman
Modified 12 years, 1 month ago
Reviewers: caryclark1, reed1
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 4