Skip to main content

Find the system fonts filename.

Project description

FindSystemFontsFilename

This tool allows you to get the font filename on your system. It will collect TrueType (.ttf), OpenType (.otf) and TrueType Collection (.ttf) font format.

It uses some APIs to find the font filename:

Installation

pip install FindSystemFontsFilename

How to use it

from find_system_fonts_filename import get_system_fonts_filename, FontConfigNotFound, OSNotSupported

try:
    fonts_filename = get_system_fonts_filename()
except (FontConfigNotFound, OSNotSupported):
    # Deal with the exception
    # OSNotSupported can only happen in Windows and macOS
    #   - Windows Vista SP2 and more are supported
    #   - macOS 10.6 and more are supported
    # FontConfigNotFound can only happen on Linux when Fontconfig could't be found.
    pass

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

FindSystemFontsFilename-0.0.2.tar.gz (9.0 kB view details)

Uploaded Source

Built Distribution

FindSystemFontsFilename-0.0.2-py3-none-any.whl (12.7 kB view details)

Uploaded Python 3

File details

Details for the file FindSystemFontsFilename-0.0.2.tar.gz.

File metadata

File hashes

Hashes for FindSystemFontsFilename-0.0.2.tar.gz
Algorithm Hash digest
SHA256 ed5c7e27bb7067ebb172d13f298656d94148720b48042284ce93a3c2330b39f0
MD5 c7cedcffa6a3696b502051c8e87fd9b7
BLAKE2b-256 476e45c67f927713ee023ac40a948592dc0269192c3aa8987958f7304cc0342f

See more details on using hashes here.

File details

Details for the file FindSystemFontsFilename-0.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for FindSystemFontsFilename-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 ee4c1de339a284dadd3dc80316bff32ee8a6deed4aaa0cb65d229be36f3dd98a
MD5 2cda73973e1c241047e32c15e20e9654
BLAKE2b-256 c4b9f8889e5c9f329185604df0e1bc778bfb071bdd13a631fc69c6c02c254227

See more details on using hashes here.

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