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), TrueType Collection (.ttc) and OpenType Collection (.otc) font format.
It uses some APIs to find the font filename:
- Windows (Vista SP2 and more are supported): DirectWrite API and GDI API
- macOS (10.6 and more are supported): Core Text API
- Unix: Fontconfig API
- Android (SDK/API 29 and more are supported): NDK Font API
Installation
pip install FindSystemFontsFilename
How to use it
from find_system_fonts_filename import get_system_fonts_filename, FindSystemFontsFilenameException
try:
fonts_filename = get_system_fonts_filename()
except FindSystemFontsFilenameException:
# Deal with the exception
pass
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file findsystemfontsfilename-0.3.1.tar.gz
.
File metadata
- Download URL: findsystemfontsfilename-0.3.1.tar.gz
- Upload date:
- Size: 20.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04551e69a4b5b7a778cc7301adfbff0813f85c606827428ba9901f27a7770c40 |
|
MD5 | 1523cb73777752f83040dcfa58bd74e7 |
|
BLAKE2b-256 | 8f226856cdc28f83f81b3ccecd5c23e0e75959e37dafac2d49687c88e1518558 |
File details
Details for the file FindSystemFontsFilename-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: FindSystemFontsFilename-0.3.1-py3-none-any.whl
- Upload date:
- Size: 28.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41c4d37f1ee31371e763f258f85aa660f9ccbf36291b953f16cc999d4f121805 |
|
MD5 | 2c0486c8745f9953a464fb63ef88eb08 |
|
BLAKE2b-256 | 7321babe511e4eb253469a8d873d79ee3ffad011bce986761220c9b012bd59b2 |