我想使用Windows在我的程序中显示读入字符串(在Terminal上,平台无关性并不重要)。
如果我使用Font font = Font.decode("Terminal-10");,它不是等宽的。
如果我使用Font font = new Font(Font.MONOSPACED, Font.PLAIN, 11);,一切都很好,但它看起来像Courier。
如果我使用(可能我误解了API文档)
HashMap attr = new HashMap<TextAttribute,TextAttribute>();
attr.put("FAMILY",
Microsoft Office在字体缩放方面做得非常好。它们几乎可以按0.5点的步长线性缩放(参见下图)。
使用Graphics.DrawString我无法重现这一点,但我在缩放字体大小时看到了不同的步骤。
使用下面的代码,我得到了以下输出,它表明我不能像Office那样绘制多种大小的文本。你知道我怎么才能画出那些中间字体大小吗?
Dim baseSize As Single = 16.0F
Dim inputText As String = "MMMMMMMMMMMMMM"
Dim stringFormat As Drawing.Stri
我遵循以下步骤:
在命令行中运行swank-js。
运行emacs。
M黏液连接。
主机: 127.0.0.1;端口: 4005
打开火狐中的http://localhost:8009/swank-js/test.html。
接收:“远程附加:(浏览器) Firefox14.0”在emacs REPL中。
在REPL中运行"document“命令。
此时,我收到错误:
ReferenceError: document is not defined
at repl:1:1
at DefaultRemote.evaluate (/usr/