No project description provided
Project description
Font Fetcher
A simple library to fetch (and cache) fonts from 1001fonts.com (more sources can be added later).
⚠️ Not all fonts are available for free for all use cases, so please check the license of each font before using it.
Installation
pip install font-fetcher
Usage
from font_fetcher import fetch_font
# Fetch a font by its name
font_name = "Open Sans"
font_style = "Bold" # Optional (default is "Regular")
font_path = fetch_font(font_name, font_style)
print(f"Font '{font_name}' ('{font_style}') available at: {font_path}")
OCP integration
This library was written to help ensure the availability of fonts in code-CAD environments using OCP, so there is a simple hook to fetch fonts automatically when needed:
from font_fetcher.ocp import install_ocp_font_hook
install_ocp_font_hook()
After calling install_ocp_font_hook(), fonts will be fetched automatically if they are not already available.
Example for build123d:
Text("Text", 10, font_name="Open Sans", font_style=FontStyle.BOLD)
Example for cadquery: wp.text("Text", 10, font="Open Sans", kind="bold")
⚠️ Not all fonts work with OCP, here is a list of known working and recommended fonts:
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file font_fetcher-0.0.1a3.tar.gz.
File metadata
- Download URL: font_fetcher-0.0.1a3.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f3f9c6a3f805a71d48fac03d74132f0dcade15766f0a98c831cecb229a728b1
|
|
| MD5 |
456d171246c4019b2a6c88d80c66f531
|
|
| BLAKE2b-256 |
8f35951da2df476cc3d5d4903cf895c8ff3a36d5a74030027cb288b8f7abc92c
|
File details
Details for the file font_fetcher-0.0.1a3-py3-none-any.whl.
File metadata
- Download URL: font_fetcher-0.0.1a3-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33c48fb728846bed11959b5886004c85c40ea27c1f5c9f8aaa0c609b28dfa036
|
|
| MD5 |
f57f41943a026af3dcf90936a7e0de9b
|
|
| BLAKE2b-256 |
c01d27992a737c75e5b0bf7c6ae873244d24b841807de0b10a061ba2e19557e2
|