|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.xtf.tables.gps.XtfFeatureList.Feature
public class XtfFeatureList.Feature
The feature name table allows you to include the font's text features, the settings for each text feature, and the name table indices for common (human-readable) names for the features and settings.
| Method Summary | |
|---|---|
int |
getIdx()
Getter for idx. |
int |
getLookupCount()
Returns the lookupCount |
int |
getLookupListIndex(int i)
Returns the lookuplistindex or -1, if not found. |
XtfLookup[] |
getLookups()
Returns the Lookups. |
java.lang.String |
getTag()
Getter for tag. |
java.lang.String |
toString()
Returns the info for this class |
void |
writeXML(XMLStreamWriter writer)
Write the data to a XMLStreamWriter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public int getIdx()
public int getLookupCount()
public int getLookupListIndex(int i)
i - index
public XtfLookup[] getLookups()
public java.lang.String getTag()
public java.lang.String toString()
toString in class java.lang.Object
public void writeXML(XMLStreamWriter writer)
throws java.io.IOException
writeXML in interface XMLWriterConvertiblewriter - the XML-Writer
java.io.IOException - if an IO-error occurs.XMLWriterConvertible.writeXML(org.extex.util.xml.XMLStreamWriter)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||