freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] Re: About Gsub table in opentype.


From: Behdad Esfahbod
Subject: Re: [ft-devel] Re: About Gsub table in opentype.
Date: Fri, 12 Nov 2010 16:23:37 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101027 Thunderbird/3.0.10

[+harfbuzz list, Kenichi Handa]

On 11/06/10 05:22, address@hidden wrote:
> Hi,
> 
> To parse OpenType tables at low level and
> obtain the substituted glyph index, libotf
> might be useful.
> 
>       http://www.m17n.org/libotf/

Interesting.  I had totally forgotten about libotf.  I hope now that new
harfbuzz is in a usable state Kenichi abandons the libotf and helps with 
harfbuzz.

behdad


> It does not provide the database of the
> tags of script, language and features, and
> no dependency/conflict checker of each
> features. So libotf client programmer have
> to read OpenType spec and choose appropriate
> script/language/feature to apply to the serie
> of the glyph index.
> 
> Regards,
> mpsuzuki
> 
> On Sat, 06 Nov 2010 09:50:28 +0100 (CET)
> Werner LEMBERG <address@hidden> wrote:
> 
>>
>>> do you know any other small open source library can do this job?
>>
>> No.
>>
>>> i just want to display the vertical characters, the layout engine is
>>> to big for me.
>>
>> Then load the GSUB table with FT_Load_Sfnt_Table and parse the data by
>> yourself.  This is rather straightforward.
>>
>>
>>    Werner
>>
>> _______________________________________________
>> Freetype-devel mailing list
>> address@hidden
>> http://lists.nongnu.org/mailman/listinfo/freetype-devel
> 
> _______________________________________________
> Freetype-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/freetype-devel
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]