python-tkextrafont
python-tkextrafont copied to clipboard
C-extension for Tcl to allow loading custom font files into Tcl/Tk applications, packaged for Python's Tkinter
build: switch to scikit-build-core, use gitmodules & peru, clarify license build: use prebuilt Tcl/Tk from CPython, fontconfig from vcpkg on win32 msvc ci: add cibuildwheel and dependabot Tested on py3.12...
When attempting to package a .py script into an exe using --onefile the executable .exe file gives the following error: I have tried using --add-data-file "C:/(path to python site packages)/tkextrafont;tkextrafont"...
Hello, I'm building a ttkbootstrap app in windows, there is an issue when the tkextrafont is loaded with a path that has spaces on it, for example: I have this...
how can i set the font size, seems its not working
Loading some fonts, in this case tested with the Google fonts `Roboto` and `Noto Sans`, is not possible with the package. This is due to problems in the `fontnameinfo.tcl` file,...
The `manylinux` wheels provided in this repository have an important limitation, specifically that they require the availability of a binary `libfontconfig.so.1` being available in the `PATH` in order to be...
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.16.5 to 2.21.3. Release notes Sourced from pypa/cibuildwheel's releases. v2.21.3 🛠 Update CPython 3.13 to 3.13.0 final release (#2032) 📚 Docs updates and tidy ups (#2035) v2.21.2...
Hello When using `pip` to install `tkextrafont`, the installer fails since it seems to check for a dependency. But the command seems to be a `pacman` command which means it...
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.21.3 to 2.22.0. Release notes Sourced from pypa/cibuildwheel's releases. Version 2.22.0 🌟 Added a new CIBW_ENABLE/enable feature that replaces CIBW_FREETHREADED_SUPPORT/free-threaded-support and CIBW_PRERELEASE_PYTHONS with a system that supports...