Skip to content

Commit

Permalink
New fonts (#281)
Browse files Browse the repository at this point in the history
* font : neva added

* font : smila added

* font : clay added

* font : orinda added

* font : abby added

* fix : tests updated

* doc : FontList.ipynb updated

* fix : minor bug in tests fixed

* doc : CHANGELOG.md updated
  • Loading branch information
sepandhaghighi authored Sep 25, 2024
1 parent ddfd673 commit 72101ff
Show file tree
Hide file tree
Showing 6 changed files with 543 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- 5 new font
1. abby
2. clay
3. neva
4. orinda
5. smila
## [6.3] - 2024-09-19
### Added
- `data` directory
Expand Down
17 changes: 16 additions & 1 deletion FontList.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
{
"data": {
"text/plain": [
"667"
"672"
]
},
"execution_count": 2,
Expand Down Expand Up @@ -3674,6 +3674,9 @@
"name": "stdout",
"output_type": "stream",
"text": [
"abby : \n",
"ТΞꚂТ123\n",
"\n",
"akila : \n",
"TEST123\n",
"\n",
Expand Down Expand Up @@ -3746,6 +3749,9 @@
"cjk : \n",
"イモらイ1ᆯ3\n",
"\n",
"clay : \n",
"Ł୧ꚂŁ123\n",
"\n",
"contouring1 : \n",
"ⓉⒺⓈⓉ①②③\n",
"\n",
Expand Down Expand Up @@ -4388,12 +4394,18 @@
"native_lands : \n",
"ƬꍟꌗƬ123\n",
"\n",
"neva : \n",
"੮૯ട੮౹੨੩\n",
"\n",
"ninja : \n",
"ȾɆꞨȾ𐏑ƻ੩\n",
"\n",
"old_italic : \n",
"𐌕𐌄𐌔𐌕ᛑᘖᙣ\n",
"\n",
"orinda : \n",
"ꞎ𝚎𐒖ꞎ123\n",
"\n",
"ozana : \n",
"𝙩𝒆𝙨𝙩123\n",
"\n",
Expand Down Expand Up @@ -4448,6 +4460,9 @@
"smallcaps3 : \n",
"ᴛᴇsᴛ𝟷𝟸𝟹\n",
"\n",
"smila : \n",
"𝑡୧𐍃𝑡123\n",
"\n",
"smooth1 : \n",
"ƬƐSƬ123\n",
"\n",
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<a href="https://codecov.io/gh/sepandhaghighi/art"><img src="https://codecov.io/gh/sepandhaghighi/art/branch/master/graph/badge.svg" alt="Codecov"></a>
<a href="https://badge.fury.io/py/art"><img src="https://badge.fury.io/py/art.svg" alt="PyPI" height="18"></a>
<a href="https://www.python.org/"><img src="https://img.shields.io/badge/built%20with-Python3-green.svg" alt="built with Python3"></a>
<a href="https://github.com/sepandhaghighi/art/blob/master/FontList.ipynb"><img src="https://img.shields.io/badge/Font List-667-blue.svg" alt="Font List"></a>
<a href="https://github.com/sepandhaghighi/art/blob/master/FontList.ipynb"><img src="https://img.shields.io/badge/Font List-672-blue.svg" alt="Font List"></a>
<a href="https://github.com/sepandhaghighi/art/blob/master/ArtList.ipynb"><img src="https://img.shields.io/badge/Art List-710-orange.svg" alt="Art List"></a>
<a href="https://github.com/sepandhaghighi/art/blob/master/DecorList.ipynb"><img src="https://img.shields.io/badge/Decor List-218-green.svg" alt="Decor List"></a>
<a href="https://t.me/artlib_bot" target="__blank"><img src="https://img.shields.io/badge/Telegram-Bot-red.svg" alt="Telegram Bot"></a>
Expand Down Expand Up @@ -38,7 +38,7 @@ ART is a Python lib for text converting to ASCII art fancy. ;-)
</tr>
<tr align="center">
<td>Font Counter</td>
<td id="font_counter">667</td>
<td id="font_counter">672</td>
</tr>
<tr align="center">
<td>1-Line-Art Counter</td>
Expand Down
Loading

0 comments on commit 72101ff

Please sign in to comment.