Skip to content
Abel Cheung edited this page Jan 5, 2014 · 2 revisions

Summary

This script is for scanning font files and listing their unicode coverage by unicode blocks. Currently truetype fonts (TTF), opentype fonts (OTF) and truetype collections (TTC) are supported.

It is inspired from the versatile FontForge suite (Unicode ranges supported by a font is listed in 'Font Info' menu item), as well as ttfcoverage website.

Requirement

The script requires Font::TTF Perl module to run, as well as (optional) Text::CSV to produce CSV output.

Note that due to certain bug in Font::TTF this script may not be able to read all fonts embedded inside TTCs.

Clone this wiki locally