public class DwfWhipFont extends DwfWhipAttribute
Represents Font
Constructor and Description |
---|
DwfWhipFont()
Initializes a new instance of the
DwfWhipFont class |
Modifier and Type | Method and Description |
---|---|
DwfWhipOptionFontCharSet |
getCharSet()
Gets charset
|
DwfWhipOptionFontFamily |
getFamily()
Gets font family
|
DwfWhipOptionFontFlags |
getFlags()
Gets options flags
|
DwfWhipOptionFontHeight |
getHeight()
Gets or sets Height
|
DwfWhipOptionFontName |
getName()
Gets font name
|
DwfWhipOptionFontOblique |
getOblique()
Gets or sets oblique
|
DwfWhipOptionPitch |
getPitch()
Gets pitch
|
DwfWhipOptionFontRotation |
getRotation()
Gets or sets rotation
|
DwfWhipOptionFontStyle |
getStyle()
Gets style
|
DwfWhipOptionFontWidthScale |
getWidthScale()
Gets width scale
|
void |
setHeight(DwfWhipOptionFontHeight value)
Gets or sets Height
|
void |
setName(DwfWhipOptionFontName value)
Gets font name
|
void |
setOblique(DwfWhipOptionFontOblique value)
Gets or sets oblique
|
void |
setRotation(DwfWhipOptionFontRotation value)
Gets or sets rotation
|
isMaterialized
public DwfWhipFont()
Initializes a new instance of the DwfWhipFont
class
public DwfWhipOptionFontName getName()
Gets font name
public void setName(DwfWhipOptionFontName value)
Gets font name
public DwfWhipOptionFontHeight getHeight()
Gets or sets Height
public void setHeight(DwfWhipOptionFontHeight value)
Gets or sets Height
public DwfWhipOptionFontRotation getRotation()
Gets or sets rotation
public void setRotation(DwfWhipOptionFontRotation value)
Gets or sets rotation
public final DwfWhipOptionFontOblique getOblique()
Gets or sets oblique
public final void setOblique(DwfWhipOptionFontOblique value)
Gets or sets oblique
public DwfWhipOptionFontCharSet getCharSet()
Gets charset
public DwfWhipOptionFontFamily getFamily()
Gets font family
public DwfWhipOptionFontWidthScale getWidthScale()
Gets width scale
public DwfWhipOptionFontFlags getFlags()
Gets options flags
public DwfWhipOptionPitch getPitch()
Gets pitch
public DwfWhipOptionFontStyle getStyle()
Gets style