5 ms·
Shouldn't the first sentence on that website describe what GNU Unifont actually is? I guess it's a single copyleft font designed to have coverage of all (or ne
by nycticorax 9mo ago
Shouldn't the first sentence on that website describe what GNU Unifont actually is? I guess it's a single copyleft font designed to have coverage of all (or nearly all?) unicode code points?
- IvyMike 9mo ago> GNU Unifont is part of the GNU Project. This page contains the latest release of GNU Unifont, with glyphs for every printable code point in the Unicode Basic Multilingual Plane (BMP) I mean that's pretty close no?
- smlacy 9mo agoStill doesn't exactly say what it is? I get that it's glyphs for printable characters, but honestly it could be a PDF, video, collection of PNGs or SVG files, an Adobe Illustrator file, a linux distribution, a web browser, or pretty much any other piece of software or data format. I presume it's a TTF or OTF font file?
- mariusor 9mo agoIt's a bitmap font: https://en.wikipedia.org/wiki/Computer_font#BITMAP https://en.wikipedia.org/wiki/Computer_font#BITMAP
- onetom 9mo agono. as others have stated too, the following should be mentioned - what's the 2 meaning in BMP - it's designed as a monospaced (or proportional?) bitmap font - designed in a single 16x16 size only (or also 8x16? it's a bit unclear) - provided as an OTF/TTF font format, which can be scaled by most font rendering engines to other sizes, but u need antialiasing to make it look smooth (this is mentioned, but under the download section only) - use as a "last resort" default font, according to wikipedia at least
- adrian_b 9mo agoWell, the second and the third sentence describe very precisely what Unifont is: "This page contains the latest release of GNU Unifont, with glyphs for every printable code point in the Unicode Basic Multilingual Plane (BMP). The BMP occupies the first 65,536 code points of the Unicode space, denoted as U+0000..U+FFFF." This is suitable as a last resort font, which should display any character for which no match was found in the other available fonts. This is normally preferable to a last resort font that just displays the number of a character not available in your preferred fonts.
- modeless 9mo agoNo mention there of the fact that this is a bitmap font. I think that's kind of important.
- crazygringo 9mo agoIndeed. Plus basic facts like: is it serif or sans? Proportional or monospace? Designed for GUI interfaces, terminals, or print? I still don't know. Just showing a single screenshot of it in its intended use would go a long way. I clicked on one of the charts and had no idea if the font itself was bitmap, or if it had just been rendered at a tiny size without antialiasing.
- notpushkin 9mo ago> Designed for GUI interfaces, terminals, or print? Given it’s a last resort font, I think it doesn’t make too much sense for print (unless you’re printing something that could be in any possible language).
- crazygringo 9mo agoSaying a font is designed for print doesn't mean it's for literal professional printing. It just indicates that the x-height isn't increased the way it often is for a font designed specifically for screens, and that you can have finer details like serifs and thinner strokes. It just means it's intended for high-resolution viewing.
- hnfong 9mo agoNote that "nearly all" isn't "all". I have some side project that require rendering of very uncommon CJK characters, and Unifont does not display them as expected. (For that project, I used https://kamichikoichi.github.io/jigmo/ https://kamichikoichi.github.io/jigmo/ which was the font that was most complete in terms of CJK glyphs ) Unifont seems to have about the same glyph coverage as my system default CJK font (unfortunately I don't know what it is).
- syncsynchalt 9mo agoDo you know if those characters are in supplemental planes? The BMP would only be glyphs from U+0000 through U+FFFF (though the first 32 and last two aren't printable, and wouldn't be included in this font). Another example would be emoji, which would probably now be considered "basic" by most people but have always been in a supplemental plane.
- amake 9mo agoLots of the rarer CJK ideographs are outside the BMP.
- runarberg 9mo agoThis was actually the first issue for my kanji learning app https://github.com/runarberg/shodoku/issues/1 https://github.com/runarberg/shodoku/issues/1 A classic utf-16 bug, where I failed to grab the two remaining bytes of these ideographs.
- jayde2767 9mo agoI was also confused, until I clicked “Home” and realized the link was not to the landing page.
- Suppafly 9mo ago>Shouldn't the first sentence on that website describe what GNU Unifont actually is? Tons of these open source projects have the same issue.
- leephillips 9mo agohttps://lee-phillips.org/ghparty https://lee-phillips.org/ghparty