Uses of Class java.awt.font.GlyphVector

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.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 java.awt

Methods with parameter type java.awt.font.GlyphVector

void
Graphics2D.drawGlyphVector(GlyphVector g, float x, float y)

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.qt

Methods with parameter type java.awt.font.GlyphVector

void
QtGraphics.drawGlyphVector(GlyphVector v, float x, float y)

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.awt.j2d

Methods with parameter type java.awt.font.GlyphVector

void

Uses in package java.awt.font

Methods with parameter type java.awt.font.GlyphVector

boolean

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
GdkGraphics2D.drawGlyphVector(GlyphVector gv, float x, float y)
boolean

Methods with return type java.awt.font.GlyphVector

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