Uses of Class java.awt.font.GlyphVector

Uses in package gnu.java.awt.peer.x

Methods with return type java.awt.font.GlyphVector

GlyphVector
XFontPeer.createGlyphVector(Font font, FontRenderContext ctx, int[] glyphCodes)
GlyphVector
GlyphVector
XFontPeer.layoutGlyphVector(Font font, FontRenderContext frc, char[] chars, int start, int limit, int flags)

Uses in package gnu.awt.xlib

Methods with return type java.awt.font.GlyphVector

GlyphVector
XFontPeer.createGlyphVector(Font font, FontRenderContext ctx, int[] glyphCodes)
GlyphVector
GlyphVector
XFontPeer.layoutGlyphVector(Font font, FontRenderContext frc, char[] chars, int start, int limit, int flags)

Uses in package gnu.awt.j2d

Methods with parameter type java.awt.font.GlyphVector

void
Draws a glyph vector at the specified location.

Uses in package gnu.java.awt.font

Classes derived from java.awt.font.GlyphVector

class
The GNU implementation of the abstract GlyphVector class, which uses the services provided by a FontDelegate for its functionality.

Methods with parameter type java.awt.font.GlyphVector

boolean
Determines whether another GlyphVector is for the same font and rendering context, uses the same glyphs and positions them to the same location.

Methods with return type java.awt.font.GlyphVector

GlyphVector
GlyphVector
Creates a GlyphVector by mapping each character in a CharacterIterator to the corresponding glyph.
GlyphVector
GlyphVector
OpenTypeFontPeer.layoutGlyphVector(Font font, FontRenderContext frc, char[] chars, int start, int limit, int flags)

Uses in package gnu.java.awt.java2d

Methods with parameter type java.awt.font.GlyphVector

void
Draws the specified glyph vector at the specified location.

Uses in package gnu.java.awt.peer.qt

Methods with parameter type java.awt.font.GlyphVector

void
QtGraphics.drawGlyphVector(GlyphVector v, float x, float y)
Draws a glyph vector at the specified location.

Methods with return type java.awt.font.GlyphVector

GlyphVector
QtFontPeer.createGlyphVector(Font font, FontRenderContext ctx, int[] glyphCodes)
GlyphVector
GlyphVector
QtFontPeer.layoutGlyphVector(Font font, FontRenderContext frc, char[] chars, int start, int limit, int flags)

Uses in package gnu.java.awt.font.opentype

Methods with return type java.awt.font.GlyphVector

GlyphVector
Creates a GlyphVector by mapping each character in a CharacterIterator to the corresponding glyph.

Uses in package java.awt.font

Methods with parameter type java.awt.font.GlyphVector

boolean

Uses in package java.awt

Methods with parameter type java.awt.font.GlyphVector

void
Graphics2D.drawGlyphVector(GlyphVector g, float x, float y)
Draws a glyph vector at the specified location.

Methods with return type java.awt.font.GlyphVector

GlyphVector
Maps characters to glyphs in a one-to-one relationship, returning a new GlyphVector with a mapped glyph for each input character.
GlyphVector
Font.createGlyphVector(FontRenderContext ctx, int[] glyphCodes)
Extracts a sequence of glyphs from a font, returning a new GlyphVector with a mapped glyph for each input glyph code.
GlyphVector
Maps characters to glyphs in a one-to-one relationship, returning a new GlyphVector with a mapped glyph for each input character.
GlyphVector
Maps characters to glyphs in a one-to-one relationship, returning a new GlyphVector with a mapped glyph for each input character.
GlyphVector
Font.layoutGlyphVector(FontRenderContext frc, char[] chars, int start, int limit, int flags)
Produces a glyph vector representing a full layout fo the specified text in this font.

Uses in package gnu.java.awt.peer

Methods with return type java.awt.font.GlyphVector

GlyphVector
GlyphVector
GlyphVector
ClasspathFontPeer.layoutGlyphVector(Font font, FontRenderContext frc, char[] chars, int start, int limit, int flags)

Uses in package gnu.java.awt.peer.gtk

Classes derived from java.awt.font.GlyphVector

class

Methods with parameter type java.awt.font.GlyphVector

void
void
void
Draws a glyph vector at the specified location.
void
void
void
boolean
Duh, compares two instances.

Methods with return type java.awt.font.GlyphVector

GlyphVector
GdkFontPeer.createGlyphVector(Font font, FontRenderContext ctx, int[] glyphCodes)
GlyphVector
GlyphVector
GdkFontPeer.layoutGlyphVector(Font font, FontRenderContext frc, char[] chars, int start, int limit, int flags)