GNU Classpath (0.20) | |
Frames | No Frames |
Constructors with parameter type java.awt.font.FontRenderContext | |
Constructs a LineBreakMeasurer object.
| |
LineBreakMeasurer.LineBreakMeasurer(AttributedCharacterIterator text, BreakIterator breakIter, FontRenderContext frc) Constructs a LineBreakMeasurer object.
| |
Methods with parameter type java.awt.font.FontRenderContext | |
boolean | |
Rectangle | |
Rectangle |
Methods with return type java.awt.font.FontRenderContext | |
FontRenderContext |
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 | 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 | Returns a LineMetrics object constructed with the specified
text and FontRenderContext .
|
LineMetrics | Returns a LineMetrics object constructed with the specified
text and FontRenderContext .
|
LineMetrics | Determines the line metrics for a run of text.
|
LineMetrics | 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 | 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 | 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 . |
GlyphVector | Produces a glyph vector representing a full layout fo the specified
text in this font. |
Methods with return type java.awt.font.FontRenderContext | |
FontRenderContext |
GNU Classpath (0.20) |