| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 GlyphVector 的软件包 | |
|---|---|
| java.awt | 包含用于创建用户界面和绘制图形图像的所有类。 | 
| java.awt.font | 提供与字体相关的类和接口。 | 
| java.awt 中 GlyphVector 的使用 | 
|---|
| 返回 GlyphVector 的 java.awt 中的方法 | |
|---|---|
|  GlyphVector | Font.createGlyphVector(FontRenderContext frc, char[] chars)根据此 Font中的 Unicode cmap 将字符一一映射到字形,从而创建一个GlyphVector。 | 
|  GlyphVector | Font.createGlyphVector(FontRenderContext frc, CharacterIterator ci)根据此 Font中的 Unicode cmap 将指定字符一一映射到字形,从而创建一个GlyphVector。 | 
|  GlyphVector | Font.createGlyphVector(FontRenderContext frc, int[] glyphCodes)根据此 Font中的 Unicode cmap 将字符一一映射到字形,从而创建一个GlyphVector。 | 
|  GlyphVector | Font.createGlyphVector(FontRenderContext frc, String str)根据此 Font中的 Unicode cmap 将字符一一映射到字形,从而创建一个GlyphVector。 | 
|  GlyphVector | Font.layoutGlyphVector(FontRenderContext frc, char[] text, int start, int limit, int flags)返回一个新 GlyphVector对象,执行完整的文本布局(如有可能)。 | 
| 参数类型为 GlyphVector 的 java.awt 中的方法 | |
|---|---|
| abstract  void | Graphics2D.drawGlyphVector(GlyphVector g, float x, float y)使用 Graphics2D上下文的呈现属性,呈现指定GlyphVector的文本。 | 
| java.awt.font 中 GlyphVector 的使用 | 
|---|
| 参数类型为 GlyphVector 的 java.awt.font 中的方法 | |
|---|---|
| abstract  boolean | GlyphVector.equals(GlyphVector set)测试指定的 GlyphVector是否恰好等于此GlyphVector。 | 
| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。