Java 教程是为 JDK 8 编写的。本页中描述的示例和实践未利用在后续版本中引入的改进。
This lesson introduces you to the concept of working with text API’s to apply text rendering capabilities. Already in this trail, you have used basic Java 2D text APIs and know how to set a font and position, and how to draw text.
This lesson expands on that material to help you develop an understanding of how to use those APIs and moves further into the capabilities of Java 2D text display.
These topics are discussed in the following sections.
Font
class to determine which fonts are available on your system, to create a Font
object, and obtain information about a font family.FontMetrics
class.