代码之家  ›  专栏  ›  技术社区  ›  tletnes

是否存在N空间字体变体?

  •  0
  • tletnes  · 技术社区  · 17 年前

    程序员经常依赖于 单声道

    是否有人知道这种字体是否存在,如果存在,是否有免费的变体?

    2 回复  |  直到 17 年前
        1
  •  1
  •   Chris Judge    17 年前

    我们可以这样回答这个编程问题。

    For each of your installed fonts{
        spacewidth = widthof(space);
        For each character in the current font{
            width[charcode] = widthof[charcode];
        }
    
        print standarddeviation(spacewidth, width);
    }
    
        2
  •  0
  •   tletnes    15 年前

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