|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.dvi.command.DviCommand
org.extex.font.format.dvi.command.DviFntDef
public class DviFntDef
DVI: fnt_def: Define a font.
| Field Summary |
|---|
| Fields inherited from class org.extex.font.format.dvi.command.DviCommand |
|---|
BOP_LENGTH |
| Constructor Summary | |
|---|---|
DviFntDef(int oc,
int sp,
int k,
int c,
int s,
int d,
java.lang.String a,
java.lang.String l)
Create a new object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getArea()
Returns the area. |
int |
getChecksum()
Returns the checksum. |
int |
getDesignsize()
Returns the designsize. |
java.lang.String |
getFName()
Returns the fname. |
int |
getFont()
Returns the font. |
java.lang.String |
getName()
Returns the name of the command. |
int |
getScale()
Returns the scale. |
Dimen |
getScaleAsDimen()
Returns the scale as Dimen. |
int |
getScaled(int mag)
Calculate the scaled from a font (with times 1000). |
Count |
getScaledAsCount(int mag)
Returns the scaled from a font as Count. |
| Methods inherited from class org.extex.font.format.dvi.command.DviCommand |
|---|
getFntDefs, getNextCommand, getOpcode, getPost, getPre, getStartPointer, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DviFntDef(int oc,
int sp,
int k,
int c,
int s,
int d,
java.lang.String a,
java.lang.String l)
oc - the opcodesp - the start pointerk - the font (number)c - the checksums - the scalefactord - the designsizea - the areal - the name| Method Detail |
|---|
public java.lang.String getArea()
public int getChecksum()
public int getDesignsize()
public java.lang.String getFName()
public int getFont()
public java.lang.String getName()
getName in class DviCommandDviCommand.getName()public int getScale()
public Dimen getScaleAsDimen()
Dimen.
Dimen.public int getScaled(int mag)
mag - the maginification
public Count getScaledAsCount(int mag)
Count.
mag - the maginification
Count.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||