DwfWhipFont
Contents
[
Hide
]Inheritance: java.lang.Object, DwfWhipAttribute
Represents Font
Constructors
| Constructor | Description |
|---|---|
| DwfWhipFont() | Initializes a new instance of the DwfWhipFont class |
Methods
| Method | Description |
|---|---|
| getName() | Gets font name |
| setName(DwfWhipOptionFontName value) | Gets font name |
| getHeight() | Gets or sets Height |
| setHeight(DwfWhipOptionFontHeight value) | Gets or sets Height |
| getRotation() | Gets or sets rotation |
| setRotation(DwfWhipOptionFontRotation value) | Gets or sets rotation |
| getCharSet() | Gets charset |
| getFamily() | Gets font family |
| getWidthScale() | Gets width scale |
| getFlags() | Gets options flags |
| getPitch() | Gets pitch |
| getStyle() | Gets style |
DwfWhipFont()
public DwfWhipFont()
Initializes a new instance of the DwfWhipFont class
getName()
public DwfWhipOptionFontName getName()
Gets font name
Returns: DwfWhipOptionFontName
setName(DwfWhipOptionFontName value)
public void setName(DwfWhipOptionFontName value)
Gets font name
getHeight()
public DwfWhipOptionFontHeight getHeight()
Gets or sets Height
Returns: DwfWhipOptionFontHeight
setHeight(DwfWhipOptionFontHeight value)
public void setHeight(DwfWhipOptionFontHeight value)
Gets or sets Height
getRotation()
public DwfWhipOptionFontRotation getRotation()
Gets or sets rotation
Returns: DwfWhipOptionFontRotation
setRotation(DwfWhipOptionFontRotation value)
public void setRotation(DwfWhipOptionFontRotation value)
Gets or sets rotation
getCharSet()
public DwfWhipOptionFontCharSet getCharSet()
Gets charset
Returns: DwfWhipOptionFontCharSet
getFamily()
public DwfWhipOptionFontFamily getFamily()
Gets font family
Returns: DwfWhipOptionFontFamily
getWidthScale()
public DwfWhipOptionFontWidthScale getWidthScale()
Gets width scale
Returns: DwfWhipOptionFontWidthScale
getFlags()
public DwfWhipOptionFontFlags getFlags()
Gets options flags
Returns: DwfWhipOptionFontFlags
getPitch()
public DwfWhipOptionPitch getPitch()
Gets pitch
Returns: DwfWhipOptionPitch
getStyle()
public DwfWhipOptionFontStyle getStyle()
Gets style
Returns: DwfWhipOptionFontStyle