Skip to main content

Displays Unicode chars coverage of system fonts

Project description

UniCover is a simple command-line tool displaying information about Unicode coverage of system fonts. It should work on systems that utilize Fontconfig (Linux and other Unix-like).

Dependencies: Python-fontconfig, freetype-py.

Installation

In most cases issuing the following command (as root user) will be sufficient:

pip3 install --pre UniCover

Basic usage

To display character coverage of given font file or font family, type:

unicover -f font_file

or

unicover -f font_family

To list all system fonts that contain the specified character, type:

unicover -c character

or

unicover -c character_hex_code

To display all Unicode blocks supported by system fonts, type:

unicover -g

To list all characters supported by system fonts (output will be very long), type:

unicover -l

It is also possible to combine these two options:

unicover -gl

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

UniCover-0.1b2.tar.gz (12.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page