[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] Patented bytecode interpretter and fallback to autohinter
From: |
Behdad Esfahbod |
Subject: |
Re: [ft-devel] Patented bytecode interpretter and fallback to autohinter |
Date: |
Fri, 26 Feb 2010 00:20:31 -0500 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.7) Gecko/20100120 Fedora/3.0.1-1.fc12 Thunderbird/3.0.1 |
On 02/25/2010 05:21 PM, Werner LEMBERG wrote:
>> No idea about the in-between. That's what I called "maybe". But
>> it's not a very flexible API. Another way would be to get the
>> number of hinted glyphs. I'm not sure.
>
> Sounds sensible. The arguments could be `start' and `end' of a range
> (or (-1,-1) to indicate that we want the hinted glyphs of the whole
> font, regardless of the CMap); the return value could the number of
> hinted glyphs.
Something like that. Not quite sure yet. Maybe others can provide some ideas?
behdad
> Werner