python-fontconfig icon indicating copy to clipboard operation
python-fontconfig copied to clipboard

Python binding for Fontconfig

Results 8 python-fontconfig issues
Sort by recently updated
recently updated
newest added

use setuptools instead of distutils distutils has been removed since python 3.12

Was trying to install on a recent version of Python and got a bunch of errors for attempted access to Python (internal, non-API) structure elements. Apparently the Python guys changed...

This fixes https://github.com/Vayn/python-fontconfig/issues/8.

Implementing a wrapper in C requires an awful lot of code. A [pure-Python binding](https://github.com/ldo/python_fontconfig) can cover more of the API using only a fraction of the code.

As the topic states, repeatedly calling query (or just making many queries) causes a segfault. The first case I noticed it with was Hanamina.ttf (https://github.com/tony/dot-fonts/blob/master/Hanazono/HanaMinA.ttf) but I later confirmed it...

In sh ``` fc-match -a 'sans' ``` You may get the matched font list. So may you create the liked feature? I need get font object by ``` for font...

@vayn I hope this message finds you well. I'm part of the Inkscape development team working on the extension-ai project, which enables the import of Adobe Illustrator files into Inkscape....