| Package | Description |
|---|---|
| java.awt |
Contains all of the classes for creating user interfaces and for painting graphics and images.
|
| java.awt.font |
Provides classes and interface relating to fonts.
|
| Modifier and Type | Method and Description |
|---|---|
GlyphVector |
Font.createGlyphVector(FontRenderContext
Creates a
GlyphVector by mapping characters to glyphs one-to-one based on the Unicode cmap in this
Font.
|
GlyphVector |
Font.createGlyphVector(FontRenderContext
Creates a
GlyphVector by mapping the specified characters to glyphs one-to-one based on the Unicode cmap in this
Font.
|
GlyphVector |
Font.createGlyphVector(FontRenderContext
Creates a
GlyphVector by mapping characters to glyphs one-to-one based on the Unicode cmap in this
Font.
|
GlyphVector |
Font.createGlyphVector(FontRenderContext
Creates a
GlyphVector by mapping characters to glyphs one-to-one based on the Unicode cmap in this
Font.
|
GlyphVector |
Font.layoutGlyphVector(FontRenderContext
Returns a new
GlyphVector object, performing full layout of the text if possible.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Graphics2D.drawGlyphVector(GlyphVector
Renders the text of the specified
GlyphVector using the
Graphics2D context's rendering attributes.
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
GlyphVector.equals(GlyphVector
Tests if the specified
GlyphVector exactly equals this
GlyphVector.
|