N-Space 字体是否存在变体?

发布于 2024-07-29 11:23:18 字数 168 浏览 2 评论 0原文

程序员经常依靠单色空格字体变体来提高可读性,但是我读到的一些程序员博客开始称赞可变宽度字体。

在我看来,两全其美的字体是所有字符宽度都是空格宽度的小倍数(所以 M 可能是三个或四个空格)

有谁知道这样的字体是否存在,如果存在,是否有变体是免费提供的吗?

Programmers often fall back on monospace font variants for legibility, however some programmers blogs I read are starting to laud variable width fonts.

It seems to me that the best of both worlds would be a font where all character widths are small multiples of the space width (so M might be three or four spaces)

Does anyone know if such a font exists, and if so if a variant is available for free?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

枕梦 2024-08-05 11:23:19

我们可以通过这样回答来将其变成一个编程问题。

在伪代码中:

For each of your installed fonts{
    spacewidth = widthof(space);
    For each character in the current font{
        width[charcode] = widthof[charcode];
    }

    print standarddeviation(spacewidth, width);
}

We can make this a programming question by answering it as such.

In pseudo code:

For each of your installed fonts{
    spacewidth = widthof(space);
    For each character in the current font{
        width[charcode] = widthof[charcode];
    }

    print standarddeviation(spacewidth, width);
}
叶落知秋 2024-08-05 11:23:19

它们应该是可能的,但显然没有人知道。

they should be possible but apparently no one knows of any.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文