public class Char
extends java.lang.Object
Constructor and Description |
---|
Char(char c,
java.awt.Font f,
int fc,
Metrics m) |
Modifier and Type | Method and Description |
---|---|
char |
getChar() |
CharFont |
getCharFont() |
float |
getDepth() |
java.awt.Font |
getFont() |
int |
getFontCode() |
float |
getHeight() |
float |
getItalic() |
Metrics |
getMetrics() |
float |
getWidth() |
public Char(char c, java.awt.Font f, int fc, Metrics m)
public CharFont getCharFont()
public char getChar()
public java.awt.Font getFont()
public int getFontCode()
public float getWidth()
public float getItalic()
public float getHeight()
public float getDepth()
public Metrics getMetrics()