| java.lang.Object java.awt.Font
Constructor Summary | |
public | Font(Map<? extends Attribute, ?> attributes) | public | Font(String name, int style, int size) |
Method Summary | |
public boolean | canDisplay(char c) | public boolean | canDisplay(int i) | public int | canDisplayUpTo(char[] text, int start, int limit) | public int | canDisplayUpTo(CharacterIterator iter, int start, int limit) | public int | canDisplayUpTo(String str) | public static Font | createFont(int fontFormat, File fontFile) | public static Font | createFont(int fontFormat, InputStream fontStream) | public GlyphVector | createGlyphVector(FontRenderContext frc, char[] chars) | public GlyphVector | createGlyphVector(FontRenderContext frc, CharacterIterator iter) | public GlyphVector | createGlyphVector(FontRenderContext frc, int[] glyphCodes) | public GlyphVector | createGlyphVector(FontRenderContext frc, String str) | public static Font | decode(String str) | public Font | deriveFont(AffineTransform trans) | public Font | deriveFont(float size) | public Font | deriveFont(int style) | public Font | deriveFont(int style, AffineTransform trans) | public Font | deriveFont(int style, float size) | public Font | deriveFont(Map<? extends Attribute, ?> attributes) | public boolean | equals(Object obj) | public Map<TextAttribute, ?> | getAttributes() | public Attribute[] | getAvailableAttributes() | public byte | getBaselineFor(char c) | public String | getFamily() | public String | getFamily(Locale l) | public static Font | getFont(Map<? extends Attribute, ?> attributes) | public static Font | getFont(String sp, Font f) | public static Font | getFont(String sp) | public String | getFontName() | public String | getFontName(Locale l) | public float | getItalicAngle() | public LineMetrics | getLineMetrics(char[] chars, int start, int end, FontRenderContext frc) | public LineMetrics | getLineMetrics(CharacterIterator iter, int start, int end, FontRenderContext frc) | public LineMetrics | getLineMetrics(String str, FontRenderContext frc) | public LineMetrics | getLineMetrics(String str, int start, int end, FontRenderContext frc) | public Rectangle2D | getMaxCharBounds(FontRenderContext frc) | public int | getMissingGlyphCode() | public String | getName() | public int | getNumGlyphs() | public String | getPSName() | public FontPeer | getPeer() | public int | getSize() | public float | getSize2D() | public Rectangle2D | getStringBounds(CharacterIterator ci, int start, int end, FontRenderContext frc) | public Rectangle2D | getStringBounds(String str, FontRenderContext frc) | public Rectangle2D | getStringBounds(String str, int start, int end, FontRenderContext frc) | public Rectangle2D | getStringBounds(char[] chars, int start, int end, FontRenderContext frc) | public int | getStyle() | public AffineTransform | getTransform() | public boolean | hasUniformLineMetrics() | public int | hashCode() | public boolean | isBold() | public boolean | isItalic() | public boolean | isPlain() | public boolean | isTransformed() | public GlyphVector | layoutGlyphVector(FontRenderContext frc, char[] chars, int start, int count, int flags) | public String | toString() |
BOLD | final public static int BOLD(Code) | | |
CENTER_BASELINE | final public static int CENTER_BASELINE(Code) | | |
HANGING_BASELINE | final public static int HANGING_BASELINE(Code) | | |
ITALIC | final public static int ITALIC(Code) | | |
LAYOUT_LEFT_TO_RIGHT | final public static int LAYOUT_LEFT_TO_RIGHT(Code) | | |
LAYOUT_NO_LIMIT_CONTEXT | final public static int LAYOUT_NO_LIMIT_CONTEXT(Code) | | |
LAYOUT_NO_START_CONTEXT | final public static int LAYOUT_NO_START_CONTEXT(Code) | | |
LAYOUT_RIGHT_TO_LEFT | final public static int LAYOUT_RIGHT_TO_LEFT(Code) | | |
PLAIN | final public static int PLAIN(Code) | | |
ROMAN_BASELINE | final public static int ROMAN_BASELINE(Code) | | |
TRUETYPE_FONT | final public static int TRUETYPE_FONT(Code) | | |
TYPE1_FONT | final public static int TYPE1_FONT(Code) | | |
pointSize | protected float pointSize(Code) | | |
style | protected int style(Code) | | |
Font | public Font(Map<? extends Attribute, ?> attributes)(Code) | | |
canDisplay | public boolean canDisplay(char c)(Code) | | |
canDisplay | public boolean canDisplay(int i)(Code) | | |
canDisplayUpTo | public int canDisplayUpTo(char[] text, int start, int limit)(Code) | | |
deriveFont | public Font deriveFont(float size)(Code) | | |
deriveFont | public Font deriveFont(int style, float size)(Code) | | |
deriveFont | public Font deriveFont(Map<? extends Attribute, ?> attributes)(Code) | | |
getAvailableAttributes | public Attribute[] getAvailableAttributes()(Code) | | |
getBaselineFor | public byte getBaselineFor(char c)(Code) | | |
getFont | public static Font getFont(Map<? extends Attribute, ?> attributes)(Code) | | |
getItalicAngle | public float getItalicAngle()(Code) | | |
getMissingGlyphCode | public int getMissingGlyphCode()(Code) | | |
getNumGlyphs | public int getNumGlyphs()(Code) | | |
getSize | public int getSize()(Code) | | |
getSize2D | public float getSize2D()(Code) | | |
getStyle | public int getStyle()(Code) | | |
hasUniformLineMetrics | public boolean hasUniformLineMetrics()(Code) | | |
hashCode | public int hashCode()(Code) | | |
isBold | public boolean isBold()(Code) | | |
isItalic | public boolean isItalic()(Code) | | |
isPlain | public boolean isPlain()(Code) | | |
isTransformed | public boolean isTransformed()(Code) | | |
|
|