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.
在此 Font 类构造函数中,您可以通过参数传递大小:
Font(String name, int style, int size)
这个尺寸是 pt, px, ...吗?你能解决我的疑问吗?并简要解释一下这个计量单位是如何工作的?
此 Font 的磅值,四舍五入为整数。
来源:JavaApi