-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Abel Cheung edited this page Jan 5, 2014
·
2 revisions
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.
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.