File tree 1 file changed +18
-0
lines changed
Filter options
1 file changed +18
-0
lines changed
Original file line number Diff line number Diff line change @@ -75,6 +75,24 @@ If needed, a section can be split into subsections with a "------" delimiter.
75
75
76
76
## Library Updates
77
77
78
+ ### [ psf2]
79
+
80
+ [ psf2] is a minimal, unopinionated, no-std parser for the v2
81
+ [ PC Screen Font] [ psf2-format ] bitmap font format.
82
+
83
+ PSF2 fonts are simple, compact, and readily available due to their use as Linux
84
+ console fonts. They are extremely fast to draw at their intended resolution,
85
+ making them a great choice to quickly get text on the screen, especially when a
86
+ low-resolution, fixed-width aesthetic is desired.
87
+
88
+ The psf2 crate parses font data, exposing font size, glyph lookup, and iterators
89
+ to traverse a glyph's bitmap for easy rendering. Due to its limited scope, it is
90
+ much smaller and faster than conventional text rasterizers, but cannot support
91
+ variable-width, anti-aliased, or shaped text.
92
+
93
+ [ psf2 ] : https://github.com/Ralith/psf2
94
+ [ psf2-format ] : https://www.win.tue.nl/~aeb/linux/kbd/font-formats-1.html
95
+
78
96
## Popular Workgroup Issues in Github
79
97
80
98
<!-- Up to 10 links to interesting issues -->
You can’t perform that action at this time.
0 commit comments