Uses of Class
java.awt.font.GlyphVector
Package
Description
Contains all of the classes for creating user interfaces and for painting
graphics and images.
Provides classes and interface relating to fonts.
-
Uses of GlyphVector in java.awt
Modifier and TypeMethodDescriptionFont.createGlyphVector(FontRenderContext frc, char[] chars)
Creates aGlyphVector
by mapping characters to glyphs one-to-one based on the Unicode cmap in thisFont
.Font.createGlyphVector(FontRenderContext frc, int[] glyphCodes)
Creates aGlyphVector
by mapping characters to glyphs one-to-one based on the Unicode cmap in thisFont
.Font.createGlyphVector(FontRenderContext frc, String str)
Creates aGlyphVector
by mapping characters to glyphs one-to-one based on the Unicode cmap in thisFont
.Font.createGlyphVector(FontRenderContext frc, CharacterIterator ci)
Creates aGlyphVector
by mapping the specified characters to glyphs one-to-one based on the Unicode cmap in thisFont
.Font.layoutGlyphVector(FontRenderContext frc, char[] text, int start, int limit, int flags)
Returns a newGlyphVector
object, performing full layout of the text if possible.Modifier and TypeMethodDescriptionabstract void
Graphics2D.drawGlyphVector(GlyphVector g, float x, float y)
Renders the text of the specifiedGlyphVector
using theGraphics2D
context's rendering attributes. -
Uses of GlyphVector in java.awt.font
Modifier and TypeMethodDescriptionabstract boolean
GlyphVector.equals(GlyphVector set)
Tests if the specifiedGlyphVector
exactly equals thisGlyphVector
.