معرفی شرکت ها


fixfonts-1.0.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Removes width inconsistency in fonts, enabling their use in Windows tools like PuTTY
ویژگی مقدار
سیستم عامل -
نام فایل fixfonts-1.0.1
نام fixfonts
نسخه کتابخانه 1.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Scott Hand
ایمیل نویسنده scott@vkgfx.com
آدرس صفحه اصلی https://github.com/scott-hand/fix-fixed-fonts
آدرس اینترنتی https://pypi.org/project/fixfonts/
مجوز -
# Fix Fixed-Pitch Fonts This tool is a tiny script that intends to solve the problem of monospace fonts, programming oriented fonts in particular, being unuseable in Windows tools such as the command prompt, PuTTY, etc., due to small numbers of glyphs with inconsistent widths. See [this article](https://support.microsoft.com/en-us/kb/247815) from Microsoft for details. ## Installation The Python library for [fontforge](https://github.com/fontforge/fontforge) is used to edit the font files. Installation can be non trivial for some platforms, but see your platform's packages for precompiled versions. For example, Ubuntu has support via `apt-get install python-fontforge`. After that, simply type `python setup.py install` and the and the **fixfonts** tool will be available. ## Usage Here is the usage output from **fixfonts**: ```bash usage: fixfonts [-h] [-o OUTPUT] input [input ...] Converts fonts to fixed-width fonts. positional arguments: input Input font file optional arguments: -h, --help show this help message and exit -o OUTPUT, --output OUTPUT Output folder ``` For example: ```bash $ fixfonts --output newfiles *.ttf ``` will convert every file in the current directory and place the new ones into the "newfiles" directory.


نحوه نصب


نصب پکیج whl fixfonts-1.0.1:

    pip install fixfonts-1.0.1.whl


نصب پکیج tar.gz fixfonts-1.0.1:

    pip install fixfonts-1.0.1.tar.gz