|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.doxia.module.rtf.Font
public class Font
A basic font descriptor using standard PostScript font metrics to compute text extents. All dimensions returned are in twips.
Constructor Summary | |
---|---|
Font(int style,
int size)
|
Method Summary | |
---|---|
int |
ascent()
|
int |
descent()
|
org.apache.maven.doxia.module.rtf.Font.TextExtents |
textExtents(java.lang.String text)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Font(int style, int size) throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
public int ascent()
public int descent()
public org.apache.maven.doxia.module.rtf.Font.TextExtents textExtents(java.lang.String text)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |