5x5 Pixel font for tiny screens
121–130 of 168 posts
Re: 5x5 Pixel font for tiny screens
#1221x5 can also work if you take advantage of subpixel rendering https://www.msarnoff.org/millitext/
I was annoyed that all the images of the pixel fonts were larger than they actually ostensibly would be on a tiny screen, so I zoomed out my browser all the way on macbook pro retina screen, only to find the tiny letters of the blog text were 100x more readable than any of the pixel fonts in the post. And if the pixel font images were to be rendered at actually 5 pixels on my Retina screen, because the resolution of…
Electronic devices
Fine prints in images
Re: 5x5 Pixel font for tiny screens
#123Re: 5x5 Pixel font for tiny screens
#124The 5x5 is very nice, and the 3x5 isn't bad either. Unfortunately neither of them have all of ASCII. The size is also a bit misleading because you need to add spacing so really they need a 6x6 or 4x6 grid. I'm quite fond of Spleen: https://github.com/fcambus/spleen It has a 5x8 font which has all of ASCII, but most glyphs are actually 4x8 and include horizontal spacing. I modified it to reduce the rest for a project…
The hardware solution was to buy an "80 column card" that gave 80 columns of proper text, if your monitor could handle it.
Re: 5x5 Pixel font for tiny screens
#125Re: 5x5 Pixel font for tiny screens
#126Re: 5x5 Pixel font for tiny screens
#127This is cool, but my problem is the opposite: I have a modern laptop screen with tiny pixels. What I need is then a huge bitmap font... does anybody have any?
Re: 5x5 Pixel font for tiny screens
#1281x5 can also work if you take advantage of subpixel rendering https://www.msarnoff.org/millitext/
Actually blown away by how good that works with my 1920x1200 8-bit HP Z24n G2 monitor [1] and my Laptop's 1920x1080 6-bit Panel [2] [2x5-HP-Z24n-G2] https://i.imgur.com/yLyrpfg.jpeg [1x5-HP-Z24n-G2] https://i.imgur.com/Z7kH005.jpeg [2x5-Innolux-N156HCA-GA3] https://i.imgur.com/F4Ypxwj.jpeg [1x5-Innolux-N156HCA-GA3] https://i.imgur.com/etkot5o.jpeg [1] https://jp.ext.hp.com/monitors/business/z_z24n_g2/ [2] https://www…
Re: 5x5 Pixel font for tiny screens
#1291x5 can also work if you take advantage of subpixel rendering https://www.msarnoff.org/millitext/
I was annoyed that all the images of the pixel fonts were larger than they actually ostensibly would be on a tiny screen, so I zoomed out my browser all the way on macbook pro retina screen, only to find the tiny letters of the blog text were 100x more readable than any of the pixel fonts in the post. And if the pixel font images were to be rendered at actually 5 pixels on my Retina screen, because the resolution of…
Re: 5x5 Pixel font for tiny screens
#130> 4x4: Not enough to draw "E", "M" or "W" properly. However, 5x5 isn't enough to draw "e" properly if you also want lowercase letters to have less height than uppercase, so you need at least 6 vertical pixels. And then that isn't enough to draw any character with a descender properly, so you need at least 7 vertical pixels (technically you should have 8 in order to allow "g" and "y" to have a distinct horizontal desc…
I think the `e` looks better in the 'real pixels' example they gave; I find my tends to 'fill in' the space of the top part of the letter, and I suspect in the context of a longer sentence it'd be pretty easy to parse. (but yeah, it's not quite right, and is especially jarring in the nice, clean, blown up pixels in the top example)