Java Font.PLAIN: Default Font Style and Common Examples
Java 'Font.PLAIN' is a style constant representing the default font style for text components. The font used for this style is typically the platform-dependent default font.
Here are some common fonts used with the Java 'Font.PLAIN' style:
- Arial
- Times New Roman
- Verdana
- Calibri
- Helvetica
- Georgia
- Tahoma
- Trebuchet MS
- Lucida Sans
- Century Gothic
Remember that font availability can differ depending on the operating system and Java version being used.
原文地址: https://www.cveoy.top/t/topic/nukh 著作权归作者所有。请勿转载和采集!