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: mpsuzuki
Subject: Re: [ft-devel] Re: About Gsub table in opentype.
Date: Sat, 6 Nov 2010 18:22:59 +0900

Hi,

To parse OpenType tables at low level and
obtain the substituted glyph index, libotf
might be useful.

        http://www.m17n.org/libotf/

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



reply via email to

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