Update README.md

This commit is contained in:
Slavfox 2020-05-05 21:04:04 +02:00 committed by GitHub
parent b4866f69ad
commit b989b0092d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,9 @@ A bitmap programming font optimized for coziness.
# About Cozette
Cozette is based on [Dina], which itself is based on [Proggy].
Cozette is a 6x13px (bounding box; average 5px character width, 3px
descent, 10px ascent, 8px cap height) bitmap font 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. That prompted me to make the bitmap font I always wished existed:
@ -48,7 +50,7 @@ A nicer character map that includes the codepoints can be found at
Cozette is distributed in two main variants: bitmap and vector.
Bitmap fonts are, effectively, just that - bitmaps. They scale terribly, but
look nice and sharp (and pixel-perfect) if you use them at their intended point
look nice and sharp (and pixel-perfect) at one specific point
size. Vector fonts scale well, but in this case, might look ugly at
smaller point sizes because of antialiasing issues and the like.