Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
gnu.java.awt.peer.ClasspathFontPeer
gnu.java.awt.peer.qt.QtFontPeer
public class QtFontPeer
extends ClasspathFontPeer
Field Summary |
Fields inherited from class gnu.java.awt.peer.ClasspathFontPeer | |
faceName , familyName , logicalName , size , style , transform |
Constructor Summary | |
| |
| |
|
Method Summary | |
boolean |
|
int |
|
GlyphVector |
|
GlyphVector |
|
void |
|
byte |
|
FontMetrics |
|
String |
|
LineMetrics |
|
Rectangle2D |
|
int |
|
int |
|
String |
|
String |
|
boolean |
|
void |
|
GlyphVector |
|
Methods inherited from class java.lang.Object | |
clone , equals , extends Object> getClass , finalize , hashCode , notify , notifyAll , toString , wait , wait , wait |
public boolean canDisplay(Font font, int c)
- Overrides:
- canDisplay in interface ClasspathFontPeer
public int canDisplayUpTo(Font font, CharacterIterator i, int start, int limit)
- Overrides:
- canDisplayUpTo in interface ClasspathFontPeer
public GlyphVector createGlyphVector(Font font, FontRenderContext ctx, int[] glyphCodes)
- Overrides:
- createGlyphVector in interface ClasspathFontPeer
public GlyphVector createGlyphVector(Font font, FontRenderContext frc, CharacterIterator ci)
- Overrides:
- createGlyphVector in interface ClasspathFontPeer
public byte getBaselineFor(Font font, char c)
- Overrides:
- getBaselineFor in interface ClasspathFontPeer
public FontMetrics getFontMetrics(Font font)
- Overrides:
- getFontMetrics in interface ClasspathFontPeer
public String getGlyphName(Font font, int glyphIndex)
- Overrides:
- getGlyphName in interface ClasspathFontPeer
public LineMetrics getLineMetrics(Font font, CharacterIterator ci, int begin, int limit, FontRenderContext rc)
- Overrides:
- getLineMetrics in interface ClasspathFontPeer
public Rectangle2D getMaxCharBounds(Font font, FontRenderContext rc)
- Overrides:
- getMaxCharBounds in interface ClasspathFontPeer
public int getMissingGlyphCode(Font font)
- Overrides:
- getMissingGlyphCode in interface ClasspathFontPeer
public String getPostScriptName(Font font)
- Overrides:
- getPostScriptName in interface ClasspathFontPeer
public String getSubFamilyName(Font font, Locale locale)
- Overrides:
- getSubFamilyName in interface ClasspathFontPeer
public boolean hasUniformLineMetrics(Font font)
- Overrides:
- hasUniformLineMetrics in interface ClasspathFontPeer
public GlyphVector layoutGlyphVector(Font font, FontRenderContext frc, char[] chars, int start, int limit, int flags)
- Overrides:
- layoutGlyphVector in interface ClasspathFontPeer