Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 HTML 文件,它的标签<pre style="font-family: 'Courier-New', monospaced;">内有它的内容。<body>如果我用 HTMLViewer 打开它,字体看起来像 Courier New,但它根本不是等宽的!
<pre style="font-family: 'Courier-New', monospaced;">
<body>
你知道如何让 Android 的 HTMLViewer 渲染等宽字体吗?
刚刚发现Android没有Courier New,它的“等宽”字体并不是真正的等宽字体。您可以将字体添加到项目的资产中,但如果您希望其他应用程序正确呈现该文件,您将不得不使用该设备。
所以基本上,不可能做我需要的。无论如何,感谢您的帮助...