Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(18)

Issue 198077: Allow use of Freetype's native emboldening (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 7 months ago by Stephen White
Modified:
13 years, 10 months ago
Reviewers:
reed
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

This patch allows the use of the native FreeType emboldening algorithm when "fake bold" text is used in SkPaint. It's enabled by #defining SK_USE_FREETYPE_EMBOLDEN.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -2 lines) Patch
include/core/SkScalerContext.h View 1 chunk +1 line, -0 lines 0 comments Download
src/core/SkPaint.cpp View 2 chunks +6 lines, -2 lines 0 comments Download
src/ports/SkFontHost_FreeType.cpp View 6 chunks +22 lines, -0 lines 0 comments Download

Messages

Total messages: 6
Stephen White
14 years, 7 months ago (2010-02-03 01:20:02 UTC) #1
reed
I see the intent - to use a scaler's better bold algorithm. Let me think ...
14 years, 7 months ago (2010-02-05 18:13:59 UTC) #2
reed
On second thought, that's a change I can do later (the runtime check). LGTM On ...
14 years, 7 months ago (2010-02-05 22:38:40 UTC) #3
Stephen White
On Fri, Feb 5, 2010 at 5:38 PM, <reed@android.com> wrote: > On second thought, that's ...
14 years, 7 months ago (2010-02-05 22:42:10 UTC) #4
Stephen White
On Fri, Feb 5, 2010 at 5:42 PM, Stephen White <senorblanco@chromium.org>wrote: > On Fri, Feb ...
14 years, 7 months ago (2010-02-05 22:43:01 UTC) #5
reed
14 years, 7 months ago (2010-02-05 22:46:38 UTC) #6
Yea, I was imaging some sort of static filter-like entry point, where
we pass in a bunch of flags etc. (like devKerning, emboldening,
bw-vs-aa-vs-lcd), and see how much of those can be fulfilled by the
scaler.

Honestly, lets defer that until after you checkin.

On Fri, Feb 5, 2010 at 5:42 PM, Stephen White <senorblanco@chromium.org> wrote:
>
>
> On Fri, Feb 5, 2010 at 5:42 PM, Stephen White <senorblanco@chromium.org>
> wrote:
>>
>> On Fri, Feb 5, 2010 at 5:38 PM, <reed@android.com> wrote:
>>>
>>> On second thought, that's a change I can do later (the runtime check).
>>>
>>> LGTM
>>
>> I don't mind doing it.  The only trick is that SkScalerContext::MakeRec()
>> is static, so I can't just put a virtual "useNativeEmbolden()" on
>> SkScalerContext as I'd like to.  I can put a static on the FontHost, but
>> it'll need a dummy implementation on FontHost implementation.
>
> should be "on each FontHost impl".
>
>>
>> Stephen
>>>
>>>
>>> On 2010/02/05 18:13:59, reed wrote:
>>>>
>>>> I see the intent - to use a scaler's better bold algorithm. Let me
>>>
>>> think on it
>>>>
>>>> for a little bit. I think I'd like a way to query the fontscaler to
>>>
>>> know if it
>>>>
>>>> supports this, rather than an ifdef.
>>>
>>>> On 2010/02/03 01:20:02, Stephen White wrote:
>>>> >
>>>
>>>
>>>
>>> http://codereview.appspot.com/198077/show
>>
>>
>>
>> --
>> All truth passes through three stages. First, it is ridiculed. Second, it
>> is violently opposed. Third, it is accepted as being self-evident. --
>> Schopenhauer
>
>
>
> --
> All truth passes through three stages. First, it is ridiculed. Second, it is
> violently opposed. Third, it is accepted as being self-evident. --
> Schopenhauer
>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b