|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgnu.x11.Fontable.FontReply.CharInfo
public class Fontable.FontReply.CharInfo
Encapsulates information about one character.
Field Summary | |
---|---|
static int |
SIZE
The number of bytes that an object of that type takes up in the data buffer. |
Method Summary | |
---|---|
int |
ascent()
Returns the ascent of the character. |
int |
attributes()
Returns the attributes of the character. |
int |
character_width()
Returns the width of the character. |
int |
descent()
Returns the descent of the character. |
int |
left_side_bearing()
Returns the left_side_bearing of the character. |
int |
right_side_bearing()
Returns the right-side-bearing of the character. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int SIZE
Method Detail |
---|
public int left_side_bearing()
public int right_side_bearing()
public int character_width()
public int ascent()
public int descent()
public int attributes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |