Constructor and Description |
---|
EmfPanose() |
Modifier and Type | Method and Description |
---|---|
byte |
getArmStyle()
Gets or sets an 8-bit unsigned integer that specifies the arm style of the font.
|
byte |
getContrast()
Gets or sets an 8-bit unsigned integer that specifies the contrast of the font.
|
byte |
getFamilyType()
Gets or sets an 8-bit unsigned integer that specifies the family type.
|
byte |
getLetterform()
Gets or sets an 8-bit unsigned integer that specifies the letterform of the font.
|
byte |
getMidline()
Gets or sets an 8-bit unsigned integer that specifies the midline of the font.
|
byte |
getProportion()
Gets or sets an 8-bit unsigned integer that specifies the proportion of the font.
|
byte |
getSerifStyle()
Gets or sets an 8-bit unsigned integer that specifies the serif style.
|
byte |
getStrokeVariation()
Gets or sets an 8-bit unsigned integer that specifies the stroke variation for the
font.
|
byte |
getWeight()
Gets or sets an 8-bit unsigned integer that specifies the weight of the font.
|
byte |
getXHeight()
Gets or sets an 8-bit unsigned integer that specifies the x height of the font.
|
void |
setArmStyle(byte value)
Gets or sets an 8-bit unsigned integer that specifies the arm style of the font.
|
void |
setContrast(byte value)
Gets or sets an 8-bit unsigned integer that specifies the contrast of the font.
|
void |
setFamilyType(byte value)
Gets or sets an 8-bit unsigned integer that specifies the family type.
|
void |
setLetterform(byte value)
Gets or sets an 8-bit unsigned integer that specifies the letterform of the font.
|
void |
setMidline(byte value)
Gets or sets an 8-bit unsigned integer that specifies the midline of the font.
|
void |
setProportion(byte value)
Gets or sets an 8-bit unsigned integer that specifies the proportion of the font.
|
void |
setSerifStyle(byte value)
Gets or sets an 8-bit unsigned integer that specifies the serif style.
|
void |
setStrokeVariation(byte value)
Gets or sets an 8-bit unsigned integer that specifies the stroke variation for the
font.
|
void |
setWeight(byte value)
Gets or sets an 8-bit unsigned integer that specifies the weight of the font.
|
void |
setXHeight(byte value)
Gets or sets an 8-bit unsigned integer that specifies the x height of the font.
|
public byte getFamilyType()
Gets or sets an 8-bit unsigned integer that specifies the family type. The value MUST be in the FamilyType (section 2.1.12) enumeration table.
public void setFamilyType(byte value)
Gets or sets an 8-bit unsigned integer that specifies the family type. The value MUST be in the FamilyType (section 2.1.12) enumeration table.
public byte getSerifStyle()
Gets or sets an 8-bit unsigned integer that specifies the serif style. The value MUST be in the SerifType (section 2.1.30) enumeration table.
public void setSerifStyle(byte value)
Gets or sets an 8-bit unsigned integer that specifies the serif style. The value MUST be in the SerifType (section 2.1.30) enumeration table.
public byte getWeight()
Gets or sets an 8-bit unsigned integer that specifies the weight of the font. The value MUST be in the Weight (section 2.1.34) enumeration table.
public void setWeight(byte value)
Gets or sets an 8-bit unsigned integer that specifies the weight of the font. The value MUST be in the Weight (section 2.1.34) enumeration table.
public byte getProportion()
Gets or sets an 8-bit unsigned integer that specifies the proportion of the font. The value MUST be in the Proportion (section 2.1.28) enumeration table.
public void setProportion(byte value)
Gets or sets an 8-bit unsigned integer that specifies the proportion of the font. The value MUST be in the Proportion (section 2.1.28) enumeration table.
public byte getContrast()
Gets or sets an 8-bit unsigned integer that specifies the contrast of the font. The value MUST be in the Contrast (section 2.1.8) enumeration table.
public void setContrast(byte value)
Gets or sets an 8-bit unsigned integer that specifies the contrast of the font. The value MUST be in the Contrast (section 2.1.8) enumeration table.
public byte getStrokeVariation()
Gets or sets an 8-bit unsigned integer that specifies the stroke variation for the font. The value MUST be in the StrokeVariation (section 2.1.33) enumeration table.
public void setStrokeVariation(byte value)
Gets or sets an 8-bit unsigned integer that specifies the stroke variation for the font. The value MUST be in the StrokeVariation (section 2.1.33) enumeration table.
public byte getArmStyle()
Gets or sets an 8-bit unsigned integer that specifies the arm style of the font. The value MUST be in the ArmStyle (section 2.1.3) enumeration table.
public void setArmStyle(byte value)
Gets or sets an 8-bit unsigned integer that specifies the arm style of the font. The value MUST be in the ArmStyle (section 2.1.3) enumeration table.
public byte getLetterform()
Gets or sets an 8-bit unsigned integer that specifies the letterform of the font. The value MUST be in the Letterform (section 2.1.20) enumeration table
public void setLetterform(byte value)
Gets or sets an 8-bit unsigned integer that specifies the letterform of the font. The value MUST be in the Letterform (section 2.1.20) enumeration table
public byte getMidline()
Gets or sets an 8-bit unsigned integer that specifies the midline of the font. The value MUST be in the MidLine (section 2.1.23) enumeration table.
public void setMidline(byte value)
Gets or sets an 8-bit unsigned integer that specifies the midline of the font. The value MUST be in the MidLine (section 2.1.23) enumeration table.
public byte getXHeight()
Gets or sets an 8-bit unsigned integer that specifies the x height of the font. The value MUST be in the XHeight (section 2.1.35) enumeration table.
public void setXHeight(byte value)
Gets or sets an 8-bit unsigned integer that specifies the x height of the font. The value MUST be in the XHeight (section 2.1.35) enumeration table.