|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.psfontmap.PsFontEncoding
public class PsFontEncoding
Container for a psfonts.map-line.
| Constructor Summary | |
|---|---|
PsFontEncoding()
Create a new object. |
|
| Method Summary | |
|---|---|
void |
addEncodingtxt(java.lang.String s)
Add a string to encodingtxt. |
java.lang.String |
getEncfile()
Returns the encoding file. |
java.lang.String |
getEncodingtxt()
Returns the encoding text. |
java.lang.String |
getFilename()
Returns the file name. |
java.lang.String |
getFontfile()
Returns the font file. |
java.lang.String |
getFontfileExtension()
Returns the font file extension. |
java.lang.String |
getFontname()
Returns the font name. |
void |
setEncfile(java.lang.String encf)
Set the encoding file. |
void |
setEncodingtxt(java.lang.String enctxt)
Set the encoding text. |
void |
setFilename(java.lang.String name)
Set the file name. |
void |
setFontfile(java.lang.String file)
Set the font file. |
void |
setFontname(java.lang.String name)
Set the font name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PsFontEncoding()
| Method Detail |
|---|
public java.lang.String getEncfile()
public void setEncfile(java.lang.String encf)
encf - The encoding file to set.public java.lang.String getEncodingtxt()
public void addEncodingtxt(java.lang.String s)
s - the string to addpublic void setEncodingtxt(java.lang.String enctxt)
enctxt - The encoding text to set.public java.lang.String getFilename()
public void setFilename(java.lang.String name)
name - The file name to set.public java.lang.String getFontname()
public void setFontname(java.lang.String name)
name - The font name to set.public java.lang.String getFontfile()
public void setFontfile(java.lang.String file)
file - The font file to set.public java.lang.String getFontfileExtension()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||