TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Glean, a tiny bitmap font for programming

66 点作者 benwr超过 8 年前

15 条评论

jstimpfle超过 8 年前
&gt; This monitor has a lot of pixels by decade-ago standards, but its pixel density leaves much to be desired by today standards. I have accidentally become accustomed to crisp, small fonts by a couple of years of using an old Retina Macbook. Bitmap fonts are better at this than scalable fonts, especially on screens with low pixel density.<p>IMO these are all the right reasons. I also suffer from a bad purchase: 27&quot; FullHD Monitor, which means 82dpi (if I remember correctly). But even at more common resolutions like 90-100dpi, vector fonts totally suck at small sizes. So bitmap fonts it is for coding work.<p>However this font clearly suffers from being only 5x10 size. The characters look similar to vector fonts without antialiasing: Random disproportions -- the same line is 1px here, 2px over there.<p>What&#x27;s not to like about the default font that comes with xterm (6x13 size)? <a href="http:&#x2F;&#x2F;jstimpfle.de&#x2F;dateisalat&#x2F;2016-10-xterm-screenshot&#x2F;" rel="nofollow">http:&#x2F;&#x2F;jstimpfle.de&#x2F;dateisalat&#x2F;2016-10-xterm-screenshot&#x2F;</a>
评论 #12674780 未加载
评论 #12674479 未加载
评论 #12674480 未加载
itomato超过 8 年前
Nice work, but I&#x27;ll take SGI&#x27;s &quot;Screen&quot; font over this one any time.
评论 #12674878 未加载
kbd超过 8 年前
I find this font pretty hard to read, judging by the screenshots.<p>If you want bitmap fonts, I&#x27;d recommend taking a look at the Proggy set of fonts at <a href="http:&#x2F;&#x2F;upperbounds.net&#x2F;index.php?menu=download" rel="nofollow">http:&#x2F;&#x2F;upperbounds.net&#x2F;index.php?menu=download</a>
评论 #12674489 未加载
herbertsherbet超过 8 年前
&gt; My company has been very generous in giving me two monitors<p>That&#x27;s a terribly low standard for generosity that you have there. Basic equipment to get your job done.
stuaxo超过 8 年前
Now we just need an IDE that runs in mode 0x13 320x200 VGA.
评论 #12674583 未加载
评论 #12674550 未加载
评论 #12675983 未加载
taneq超过 8 年前
I don&#x27;t understand what the employer thinks they&#x27;re gaining by making you work with two small monitors. I mean they&#x27;re saving, what, $500? They&#x27;d recoup that amount in productivity gains within a week, tops.<p>Forcing your employees to use blunt saws when sharp saws are cheap is the most shortsighted of false economies.
评论 #12675139 未加载
lobster_johnson超过 8 年前
Font Book says the dfont file fails &quot;System Validation&quot;, whatever that means, and warns they might cause system disruption. Anyone know what this means? Ignorable?
评论 #12674546 未加载
评论 #12674632 未加载
nightcracker超过 8 年前
5x10 without subpixel support is super limiting, and the result reflects that. I assume you&#x27;d get used to it, but I really have to work hard to read this font.
评论 #12674286 未加载
评论 #12674302 未加载
评论 #12674467 未加载
cyphar超过 8 年前
&gt; Glean is released under version 3 of the GNU GPL, or any later version.<p>While I love the GPL (and commend you for using it on a non-software work) I would recommend that you add the font exception to the licence (allowing embedding of the font in documents without licencing the document under GPL).
评论 #12674564 未加载
Something1234超过 8 年前
What kind of format is BDF? It seems that it isn&#x27;t readable by any of the font tools on my computer.
评论 #12674428 未加载
评论 #12674602 未加载
imtringued超过 8 年前
For some reason I like the 6x8 font of the windows command prompt.<p><a href="http:&#x2F;&#x2F;fontstruct.com&#x2F;fontstructions&#x2F;show&#x2F;243590&#x2F;command_prompt_06x08" rel="nofollow">http:&#x2F;&#x2F;fontstruct.com&#x2F;fontstructions&#x2F;show&#x2F;243590&#x2F;command_pro...</a><p>Click on the pixel button to see it unscaled.
white-flame超过 8 年前
I use a standard vector font in small size, around 5x8 pixels. The inherent antialiasing can give far more visual information cues than just pure binary bitmaps. The high-frequency edges of small bitmap characters are also much harsher, making AA vector fonts easier to look at.<p><a href="https:&#x2F;&#x2F;i.imgur.com&#x2F;51qOPv4.png" rel="nofollow">https:&#x2F;&#x2F;i.imgur.com&#x2F;51qOPv4.png</a><p>(Liberation Mono, 6pt, greyscale antialiasing, no hinting, default 96dpi setting)<p>Explore your available fonts to see which happens to scale down reasonably. Make sure to disable font hinting when using vector fonts at small sizes. Hinting absolutely destroys the shapes at those sizes, as the ~1 pixel fudging that lines get is massive relative to the glyph size of just a handful of pixels.
评论 #12675123 未加载
StavrosK超过 8 年前
Hmm, does anyone know how I can import this font on Ubuntu? Nothing recognizes it.
评论 #12674810 未加载
tonetheman超过 8 年前
too hard to read... i am old... :(
znpy超过 8 年前
I still prefer the Hermit font.