[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [IDEA] Facilities to extract TT fonts from TTC font collections
From: |
Francesco Pretto |
Subject: |
Re: [IDEA] Facilities to extract TT fonts from TTC font collections |
Date: |
Wed, 25 Oct 2023 11:52:04 +0200 |
On Mon, 23 Oct 2023 at 18:35, Werner LEMBERG <wl@gnu.org> wrote:
> In general, FreeType is not the right tool for such operations.
>
Yes, I understand the point. Still FreeType provides some validation
of the font that one can benefit from, that's why I mainly requested
the ability to fetch the Table Directory, and not something more
advanced.
> > For example, a special tag TTAG_tdir
> > could be defined to access the raw Table Directory data with
> > FT_Load_Sfnt_Table, like the following:
>
> Please file a feature request at
>
Done: https://gitlab.freedesktop.org/freetype/freetype/-/issues/1263