mirror of
https://github.com/slavfox/Cozette.git
synced 2026-03-11 08:54:33 +00:00
Initial
This commit is contained in:
commit
e194ee83fd
6 changed files with 3973 additions and 0 deletions
3873
Cozette8/Cozette8.sfd
Normal file
3873
Cozette8/Cozette8.sfd
Normal file
File diff suppressed because it is too large
Load diff
21
LICENSE
Normal file
21
LICENSE
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2020, Slavfox
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
51
README.md
Normal file
51
README.md
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
# Cozette
|
||||
A bitmap programming font optimized for coziness.
|
||||
|
||||

|
||||
|
||||
Cozette is based on [Dina][], which itself is based on [Proggy][].
|
||||
It's also heavily inspired by [Creep][]. I absolutely adore Creep, and was
|
||||
using it up until I got a higher-DPI screen for which it was slightly too
|
||||
small - which prompted me to make Cozette.
|
||||
|
||||
# Installation
|
||||
|
||||
It's 2:47 AM and I'm tired, so right now the only format Cozette is
|
||||
available in is FontForge's `.sfd`. You figure out how to generate a font
|
||||
file in the format you want from that. I'm going to add some scripts to
|
||||
build the distributable fonts tomorrow.
|
||||
|
||||
# Unicode support
|
||||
|
||||
As of now, these are the characters supported by Cozette:
|
||||
|
||||

|
||||
|
||||
However, supporting as many characters as possible is 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.
|
||||
|
||||
# Roadmap
|
||||
|
||||
The eventual goal is feature (and character range)-parity with Creep. Here's
|
||||
where Cozette is so far, in the order the features are going to be implemented:
|
||||
|
||||
- [x] ASCII
|
||||
- [x] Powerline
|
||||
- [ ] Build scripts to handle exporting
|
||||
- [ ] Box-drawing
|
||||
- [ ] Braille
|
||||
- [ ] TTF version
|
||||
- [ ] Bold version
|
||||
- [ ] Italic version
|
||||
- [ ] Ligatures
|
||||
|
||||
# License
|
||||
|
||||
Cozette is licensed [MIT][] 💜
|
||||
|
||||
[Dina]: https://www.dcmembers.com/jibsen/download/61/
|
||||
[Proggy]: https://github.com/bluescan/proggyfonts
|
||||
[MIT]: ./LICENSE
|
||||
[Creep]: https://github.com/romeovs/creep
|
||||
BIN
img/characters.png
Normal file
BIN
img/characters.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 72 KiB |
BIN
img/sample.png
Normal file
BIN
img/sample.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
28
img/sample.txt
Normal file
28
img/sample.txt
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
|
||||
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
|
||||
|
||||
() [] {} <> ? / \ : " ' ;
|
||||
! @ # $ % ^ & * _ = + - |
|
||||
, . ` ~
|
||||
|
||||
✓ ✔ ✕ ✖ ✗ ✘
|
||||
|
||||
|
||||
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.
|
||||
Loading…
Reference in a new issue