Uses of Class java.awt.font.FontRenderContext

Uses in package gnu.java.awt.peer

Methods with parameter type java.awt.font.FontRenderContext

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

Uses in package gnu.java.awt

Methods with parameter type java.awt.font.FontRenderContext

ClasspathTextLayoutPeer

Uses in package gnu.awt.xlib

Methods with parameter type java.awt.font.FontRenderContext

GlyphVector
XFontPeer.createGlyphVector(Font font, FontRenderContext ctx, int[] glyphCodes)
GlyphVector
ClasspathTextLayoutPeer
LineMetrics
XFontPeer.getLineMetrics(Font font, CharacterIterator ci, int begin, int limit, FontRenderContext rc)
Rectangle2D
Rectangle2D
XFontPeer.getStringBounds(Font font, CharacterIterator ci, int begin, int limit, FontRenderContext frc)
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.FontRenderContext

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.
LineMetrics
Font.getLineMetrics(char[] chars, int begin, int limit, FontRenderContext rc)
Returns a LineMetrics object constructed with the specified text and FontRenderContext.
LineMetrics
Font.getLineMetrics(String text, int begin, int limit, FontRenderContext rc)
Returns a LineMetrics object constructed with the specified text and FontRenderContext.
LineMetrics
Determines the line metrics for a run of text.
LineMetrics
Font.getLineMetrics(CharacterIterator ci, int begin, int limit, FontRenderContext rc)
Returns a LineMetrics object constructed with the specified text and FontRenderContext.
Rectangle2D
Returns the maximal bounding box of all the bounding boxes in this font, when the font's bounding boxes are evaluated in a given FontRenderContext
Rectangle2D
Font.getStringBounds(char[] chars, int begin, int limit, FontRenderContext frc)
Returns the logical bounds of the specified string when rendered with this font in the specified FontRenderContext.
Rectangle2D
Font.getStringBounds(String str, int begin, int limit, FontRenderContext frc)
Returns the logical bounds of the specified string when rendered with this font in the specified FontRenderContext.
Rectangle2D
Returns the logical bounds of the specified string when rendered with this font in the specified FontRenderContext.
Rectangle2D
Font.getStringBounds(CharacterIterator ci, int begin, int limit, FontRenderContext frc)
Returns the logical bounds of the specified string when rendered with this font in the specified FontRenderContext.
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.

Methods with return type java.awt.font.FontRenderContext

FontRenderContext

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

Methods with parameter type java.awt.font.FontRenderContext

GlyphVector
QtFontPeer.createGlyphVector(Font font, FontRenderContext ctx, int[] glyphCodes)
GlyphVector
ClasspathTextLayoutPeer
LineMetrics
QtFontPeer.getLineMetrics(Font font, CharacterIterator ci, int begin, int limit, FontRenderContext rc)
Rectangle2D
Rectangle2D
QtFontPeer.getStringBounds(Font font, CharacterIterator ci, int begin, int limit, FontRenderContext frc)
GlyphVector
QtFontPeer.layoutGlyphVector(Font font, FontRenderContext frc, char[] chars, int start, int limit, int flags)

Methods with return type java.awt.font.FontRenderContext

FontRenderContext

Uses in package gnu.awt.j2d

Methods with return type java.awt.font.FontRenderContext

FontRenderContext

Uses in package java.awt.font

Constructors with parameter type java.awt.font.FontRenderContext

Constructs a LineBreakMeasurer object.
Constructs a LineBreakMeasurer object.
TextLayout.TextLayout(String string, Map attributes, FontRenderContext frc)

Methods with parameter type java.awt.font.FontRenderContext

boolean
Rectangle
GlyphVector.getGlyphPixelBounds(int index, FontRenderContext renderFRC, float x, float y)
Rectangle
GlyphVector.getPixelBounds(FontRenderContext renderFRC, float x, float y)

Methods with return type java.awt.font.FontRenderContext

FontRenderContext

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

Constructors with parameter type java.awt.font.FontRenderContext

GdkGlyphVector.GdkGlyphVector(double[] extents, int[] codes, Font font, FontRenderContext frc)

Methods with parameter type java.awt.font.FontRenderContext

GlyphVector
GdkFontPeer.createGlyphVector(Font font, FontRenderContext ctx, int[] glyphCodes)
GlyphVector
GtkFontPeer.createGlyphVector(Font font, FontRenderContext ctx, int[] glyphCodes)
GlyphVector
GlyphVector
ClasspathTextLayoutPeer
Rectangle
GdkGlyphVector.getGlyphPixelBounds(int i, FontRenderContext renderFRC, float x, float y)
LineMetrics
LineMetrics
GdkFontPeer.getLineMetrics(Font font, CharacterIterator ci, int begin, int limit, FontRenderContext rc)
LineMetrics
GtkFontPeer.getLineMetrics(Font font, CharacterIterator ci, int begin, int limit, FontRenderContext rc)
Rectangle2D
Rectangle2D
Rectangle
GdkGlyphVector.getPixelBounds(FontRenderContext renderFRC, float x, float y)
Rectangle2D
GdkFontPeer.getStringBounds(Font font, CharacterIterator ci, int begin, int limit, FontRenderContext frc)
Rectangle2D
GtkFontPeer.getStringBounds(Font font, CharacterIterator ci, int begin, int limit, FontRenderContext frc)
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)

Methods with return type java.awt.font.FontRenderContext

FontRenderContext
FontRenderContext