sepandhaghighi / art

🎨 ASCII art library for Python

Home Page:https://www.ascii-art.site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Width bug

sepandhaghighi opened this issue · comments

Description

It seems some characters in a few fonts don't have fixed width

Steps/Code to Reproduce

>>> from art import *
>>> tprint("KKK","georgi16")

Expected Behavior

Printing without distortion

Actual Behavior

                                 
                                 
___    __  ___    __  ___    __  
`MM    d'  @ `MM    d'  @ `MM    d'  @ 
 MM   d'    MM   d'    MM   d'   
 MM  d'     MM  d'     MM  d'    
 MM d'      MM d'      MM d'     
 MMd'       MMd'       MMd'      
 MMYM.      MMYM.      MMYM.     
 MM YM.     MM YM.     MM YM.    
 MM  YM.    MM  YM.    MM  YM.   
 MM   YM.   MM   YM.   MM   YM.  
_MM_   YM.__MM_   YM.__MM_   YM._
  

Operating System

Windows 10

Python Version

Python 3.6

ART Version (Use : art.__version__)

ART 5.3