Skip to content

N35: psf2 #1066

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 28, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update index.md
  • Loading branch information
17cupsofcoffee authored Jun 28, 2022
commit faa05469e4316190b92cf0990e114439305292c7
6 changes: 3 additions & 3 deletions content/news/035/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,8 @@ If needed, a section can be split into subsections with a "------" delimiter.

### [psf2]

[psf2] is a minimal, unopinionated, no-std parser for the v2 [PC Screen
Font](https://www.win.tue.nl/~aeb/linux/kbd/font-formats-1.html) bitmap font
format.
[psf2] is a minimal, unopinionated, no-std parser for the v2
[PC Screen Font][psf2-format] bitmap font format.

PSF2 fonts are simple, compact, and readily available due to their use as Linux
console fonts. They are extremely fast to draw at their intended resolution,
Expand All @@ -92,6 +91,7 @@ much smaller and faster than conventional text rasterizers, but cannot support
variable-width, anti-aliased, or shaped text.

[psf2]: https://github.com/Ralith/psf2
[psf2-format]: https://www.win.tue.nl/~aeb/linux/kbd/font-formats-1.html

## Popular Workgroup Issues in Github

Expand Down