[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Maximum length of 'kern' table supported in .ttf?
From: |
Werner LEMBERG |
Subject: |
Re: Maximum length of 'kern' table supported in .ttf? |
Date: |
Thu, 29 Jul 2021 04:49:20 +0000 (UTC) |
> Presumably kerning functions exactly the same in either format from
> the user perspective?
Not really, since 'GPOS' is much more powerful. For example, you can
disable, say, the kerning between 'f' and 'ı' for Turkish. On the
other hand, data in the 'kern' table can't be handled specially for
certain scripts and/or languages.
However, in its most basic, 'classic' functionality the 'kern' and
'GPOS' tables do the same thing.
Werner