googlefonts / googlefonts/gftools
Do we need something equivalent to MS CacheTT?
- Dominant language
- Python
- Stars
- 283
- Forks
- 73
- Avg merge
- 21h 25m
- Merged PRs (30d)
- 8
Description
FontValidator check W0022 - "Recommended table is missing" has the following rationale description:
```Depending on the typeface and coverage of a font, certain tables are recommended
for optimum quality. For example, the performance of a non-linear font is improved
if the VDMX, LTSH, and hdmx tables are present (use the CacheTT tool to calculate
these values and create these tables). Non-monospaced Latin fonts should have
a kern table. A gasp table is necessary if a designer wants to influence the sizes
at which grayscaling is used under Windows. A DSIG table containing a digital signature
helps ensure the integrity of the font file. Etc.
```
I had a hard time to find detailed descriptions of MS CacheTT on the web. Does the optimizations performed by that proprietary tool from Microsoft still make sense nowadays? Do we need it? Do we already do equivalent things with libre tools? Or can we dismiss this as ancient/deprecated font technology?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.