public class WmfCreateFontInDirect extends WmfGraphicObject
The Create font
Constructor and Description |
---|
WmfCreateFontInDirect()
WMFs the record.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getExtendedBytes()
Gets or sets the extended bytes.
|
EmfLogFont |
getLogFont()
Gets or sets the log font.
|
void |
setExtendedBytes(byte[] value)
Gets or sets the extended bytes.
|
void |
setLogFont(EmfLogFont value)
Gets or sets the log font.
|
getIndex, setIndex
public EmfLogFont getLogFont()
Gets or sets the log font.
Value: The log font.public void setLogFont(EmfLogFont value)
Gets or sets the log font.
Value: The log font.public byte[] getExtendedBytes()
Gets or sets the extended bytes.
Value: The extended bytes.public void setExtendedBytes(byte[] value)
Gets or sets the extended bytes.
Value: The extended bytes.