معرفی شرکت ها


fclist-1.1.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

("Python cffi bridge to fontconfig's FcFontList/FcFontMatch",)
ویژگی مقدار
سیستم عامل -
نام فایل fclist-1.1.1
نام fclist
نسخه کتابخانه 1.1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Thiago de Arruda
ایمیل نویسنده tpadilha84@gmail.com
آدرس صفحه اصلی http://github.com/tarruda/python-fclist
آدرس اینترنتی https://pypi.org/project/fclist/
مجوز MIT
###Python cffi bridge to fontconfig's FcFontList/FcFontMatch Useful for python programs that need to query information about fonts installed in the system(use this instead of parsing fc-list output). Requires the fontconfig shared library installed in a directory that the cffi module can find. ###Usage ```python from fclist import fclist, fcmatch # Print the family, style and file path of monospace/truetype fonts for font in fclist(spacing='mono', fontformat='TrueType'): print font.family, font.style, font.file # Print the system's default monospace font print fcmatch('monospace') ``` `fclist` can receive any keyword arguments that can be passed to the `fc-list` command, and the returned font objects have most attributes defined by fontconfig.h. `fcmatch` receives the same pattern that is normally passed to `fc-match`, but it doesn't support the --all/--sort options(only returns a single font object).


نحوه نصب


نصب پکیج whl fclist-1.1.1:

    pip install fclist-1.1.1.whl


نصب پکیج tar.gz fclist-1.1.1:

    pip install fclist-1.1.1.tar.gz