mirror of
https://github.com/slavfox/Cozette.git
synced 2026-03-11 08:54:33 +00:00
Release 1.0
This commit is contained in:
parent
c432945dc1
commit
ef3cc85888
5 changed files with 1443 additions and 975 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -14,11 +14,11 @@ small - which prompted me to make Cozette.
|
|||
|
||||
# Unicode support
|
||||
|
||||
As of now, these are the characters supported by Cozette:
|
||||
As of release 1.0, these are the characters included in Cozette:
|
||||
|
||||

|
||||
|
||||
However, supporting as many characters as possible is an important objective
|
||||
Supporting as many characters as possible is, however, an important objective
|
||||
for this font, as I'd, ideally, like it to be able to display anything I
|
||||
might need it to. If you want any additional characters added, just submit
|
||||
an issue and I'll do my best.
|
||||
|
|
@ -30,13 +30,13 @@ where Cozette is so far, in the order the features are going to be implemented:
|
|||
|
||||
- [x] ASCII
|
||||
- [x] Powerline
|
||||
- [ ] Build scripts to handle exporting
|
||||
- [x] Build scripts to handle exporting
|
||||
- [x] Box-drawing (mostly)
|
||||
- [x] Braille
|
||||
- [ ] Nerdfonts:
|
||||
- [x] nf-seti-*
|
||||
- [ ] nf-dev-*
|
||||
- [ ] TTF version
|
||||
- [ ] "True" TTF version
|
||||
- [ ] Bold version
|
||||
- [ ] Italic version
|
||||
- [ ] Ligatures
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 142 KiB After Width: | Height: | Size: 162 KiB |
BIN
img/sample.png
BIN
img/sample.png
Binary file not shown.
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.8 KiB |
|
|
@ -1,28 +1,36 @@
|
|||
|
||||
Cozette
|
||||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||
┃ ♡ Cozette ♡ ┃
|
||||
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
|
||||
│ A B C D E F G H I J K L M │
|
||||
│ N O P Q R S T U V W X Y Z │
|
||||
╞═══════════════════════════╡
|
||||
│ 1 2 3 4 5 6 7 8 9 0 │
|
||||
╞═══════════════════════════╡
|
||||
│ a b c d e f g h i j k l m │
|
||||
│ n o p q r s t u v w x y z │
|
||||
├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┤
|
||||
│ () [] {} <> ? / \ : " ' ; │
|
||||
│ ! @ # $ % ^ & * _ = + - | │
|
||||
│ , . ` ~ │
|
||||
╰───────────────────────────╯
|
||||
|
||||
|
||||
│ ╔═══════════════╗
|
||||
└──║ ✓ ✔ ✕ ✖ ✗ ✘ ║▒
|
||||
║ ║▒
|
||||
╚═══════════════╝▒
|
||||
▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
|
||||
|
||||
A B C D E F G H I J K L M
|
||||
N O P Q R S T U V W X Y Z
|
||||
|
||||
1 2 3 4 5 6 7 8 9 0
|
||||
|
||||
a b c d e f g h i j k l m
|
||||
n o p q r s t u v w x y z
|
||||
|
||||
() [] {} <> ? / \ : " ' ;
|
||||
! @ # $ % ^ & * _ = + - |
|
||||
, . ` ~
|
||||
|
||||
✓ ✔ ✕ ✖ ✗ ✘
|
||||
|
||||
|
||||
The quick brown fox jumps
|
||||
over the lazy dog.
|
||||
|
||||
Pchnąć w tę łódź jeża lub
|
||||
ósm skrzyń fig.
|
||||
|
||||
Nechť již hříšné saxofony
|
||||
ďáblů rozezvučí síň
|
||||
úděsnými tóny waltzu,
|
||||
tanga a quickstepu.
|
||||
Eĥoŝanĝo ĉiuĵaŭde.
|
||||
|
||||
Příliš žluťoučký kůň
|
||||
úpěl ďábelské ódy.
|
||||
|
||||
♠ ♣ ♥ ♦
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue