|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.xtf.tables.TtfTableOS2.Panose
public static class TtfTableOS2.Panose
panose.
This 10 byte series of numbers are used to describe the visual characteristics of a given typeface. These characteristics are then used to associate the font with other fonts of similar appearance having different names.
| Field Summary | |
|---|---|
static java.lang.String[] |
ARMSTYLENAME
arm style name |
static java.lang.String[] |
CONTRASTNAME
contrastname |
static java.lang.String[] |
FAMILYTYPENAME
familytypename |
static java.lang.String[] |
LETTERFORMNAME
letterformname |
static java.lang.String[] |
MIDLINENAME
midlinename |
static java.lang.String[] |
PROPORTIONAME
proportionname |
static java.lang.String[] |
SERIFSTYLENAME
seriftypename |
static java.lang.String[] |
STROKEVARIATIONNAME
strokevariationame |
static java.lang.String[] |
WEIGHTNAME
weight name |
static java.lang.String[] |
XHEIGHTNAME
xheightname |
| Constructor Summary | |
|---|---|
TtfTableOS2.Panose(byte[] panosearray)
Create a new object. |
|
| Method Summary | |
|---|---|
byte |
getArmStyle()
Returns the armStyle. |
byte |
getContrast()
Returns the contrast. |
byte |
getFamilyType()
Returns the familyType. |
byte |
getFerifStyle()
Returns the ferifStyle. |
byte |
getLetterform()
Returns the letterform. |
byte |
getMidline()
Returns the midline. |
byte |
getProportion()
Returns the proportion. |
byte |
getStrokeVariation()
Returns the strokeVariation. |
byte |
getWeight()
Returns the weight. |
byte |
getXHeight()
Returns the xHeight. |
void |
writeXML(XMLStreamWriter writer)
Write the data to a XMLStreamWriter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String[] ARMSTYLENAME
public static final java.lang.String[] CONTRASTNAME
public static final java.lang.String[] FAMILYTYPENAME
public static final java.lang.String[] LETTERFORMNAME
public static final java.lang.String[] MIDLINENAME
public static final java.lang.String[] PROPORTIONAME
public static final java.lang.String[] SERIFSTYLENAME
public static final java.lang.String[] STROKEVARIATIONNAME
public static final java.lang.String[] WEIGHTNAME
public static final java.lang.String[] XHEIGHTNAME
| Constructor Detail |
|---|
public TtfTableOS2.Panose(byte[] panosearray)
panosearray - the panose| Method Detail |
|---|
public byte getArmStyle()
public byte getContrast()
public byte getFamilyType()
public byte getFerifStyle()
public byte getLetterform()
public byte getMidline()
public byte getProportion()
public byte getStrokeVariation()
public byte getWeight()
public byte getXHeight()
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 | |||||||||