| 软件包 | 描述 |
|---|---|
| java.awt |
包含创建用户界面和绘制图形和图像的所有类。
|
| java.awt.font |
提供有关字体的类和接口。
|
| Modifier and Type | Method and Description |
|---|---|
GlyphVector |
Font.createGlyphVector(FontRenderContext frc, char[] chars)
创建一个
GlyphVector映射字符符号一一基于这
Font Unicode CMAP。
|
GlyphVector |
Font.createGlyphVector(FontRenderContext frc, CharacterIterator ci)
用指定的字符映射到符号一一基于这
Font Unicode CMAP创建一个
GlyphVector。
|
GlyphVector |
Font.createGlyphVector(FontRenderContext frc, int[] glyphCodes)
创建一个
GlyphVector映射字符符号一一基于这
Font Unicode CMAP。
|
GlyphVector |
Font.createGlyphVector(FontRenderContext frc, String str)
创建一个
GlyphVector映射字符符号一一基于这
Font Unicode CMAP。
|
GlyphVector |
Font.layoutGlyphVector(FontRenderContext frc, char[] text, int start, int limit, int flags)
返回一个新的
GlyphVector对象,如果可能的话,对文本进行充分的布局。
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Graphics2D.drawGlyphVector(GlyphVector g, float x, float y)
使指定的
GlyphVector使用
Graphics2D语境的渲染属性的文本。
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
GlyphVector.equals(GlyphVector set)
如果指定的
GlyphVector恰好等于这
GlyphVector。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.