public interface FontDescriptorSpecification extends Triplet
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
Integer |
getFtDsFlags()
Returns the value of the 'Ft Ds Flags' attribute
|
Integer |
getFtHeight()
Returns the value of the 'Ft Height' attribute
|
Integer |
getFtUsFlags()
Returns the value of the 'Ft Us Flags' attribute
|
Integer |
getFtWdClass()
Returns the value of the 'Ft Wd Class' attribute
|
Integer |
getFtWidth()
Returns the value of the 'Ft Width' attribute
|
Integer |
getFtWtClass()
Returns the value of the 'Ft Wt Class' attribute
|
void |
setFtDsFlags(Integer value)
Sets the value of the '
Ft Ds Flags' attribute |
void |
setFtHeight(Integer value)
Sets the value of the '
Ft Height' attribute |
void |
setFtUsFlags(Integer value)
Sets the value of the '
Ft Us Flags' attribute |
void |
setFtWdClass(Integer value)
Sets the value of the '
Ft Wd Class' attribute |
void |
setFtWidth(Integer value)
Sets the value of the '
Ft Width' attribute |
void |
setFtWtClass(Integer value)
Sets the value of the '
Ft Wt Class' attribute |
getCharset, getFileOffset, getLabel, getTripletId, getTripletLength, getTripletNumber, setCharset, setFileOffset, setLabel, setTripletId, setTripletLength, setTripletNumberInteger getFtWtClass()
mandatory
fixed length
setFtWtClass(Integer),
AfplibPackage.getFontDescriptorSpecification_FtWtClass()void setFtWtClass(Integer value)
Ft Wt Class' attribute.
value - the new value of the 'Ft Wt Class' attribute.getFtWtClass()Integer getFtWdClass()
mandatory
fixed length
setFtWdClass(Integer),
AfplibPackage.getFontDescriptorSpecification_FtWdClass()void setFtWdClass(Integer value)
Ft Wd Class' attribute.
value - the new value of the 'Ft Wd Class' attribute.getFtWdClass()Integer getFtHeight()
mandatory
fixed length
setFtHeight(Integer),
AfplibPackage.getFontDescriptorSpecification_FtHeight()void setFtHeight(Integer value)
Ft Height' attribute.
value - the new value of the 'Ft Height' attribute.getFtHeight()Integer getFtWidth()
mandatory
fixed length
setFtWidth(Integer),
AfplibPackage.getFontDescriptorSpecification_FtWidth()void setFtWidth(Integer value)
Ft Width' attribute.
value - the new value of the 'Ft Width' attribute.getFtWidth()Integer getFtDsFlags()
mandatory
fixed length
setFtDsFlags(Integer),
AfplibPackage.getFontDescriptorSpecification_FtDsFlags()void setFtDsFlags(Integer value)
Ft Ds Flags' attribute.
value - the new value of the 'Ft Ds Flags' attribute.getFtDsFlags()Integer getFtUsFlags()
optional
fixed length
setFtUsFlags(Integer),
AfplibPackage.getFontDescriptorSpecification_FtUsFlags()void setFtUsFlags(Integer value)
Ft Us Flags' attribute.
value - the new value of the 'Ft Us Flags' attribute.getFtUsFlags()Copyright © 2017. All rights reserved.