[]
Represents the font delta that can be applied to the base font.
public class StyleFontDelta
| Name | Description |
|---|---|
| Bold | Gets or sets a value that indicates whether the resulting font is bold. |
| FamilyName | Gets or sets the font family name for the resulting font. |
| Italic | Gets or sets a value that indicates whether the resulting font has the italic style applied. |
| MaxSize | Gets or sets the maximum em-size of the resulting font, in points. |
| MinSize | Gets or sets the minimum em-size of the resulting font, in points. |
| Size | Gets or sets the em-size, in points, of the resulting font. |
| SizeDelta | Gets or sets the 'delta' of em-size, in points, that is added to the size of the base font. |
| SizeFactor | Gets or sets a scale factor applied to the size of the base font. |
| SpecificFont | Gets or sets the specific font that will be used instead of the base font. |
| Strikeout | Gets or sets a value that indicates whether the resulting font specifies a horizontal line through the font. |
| Underline | Gets or sets a value that indicates whether the resulting font is underlined. |
| Name | Description |
|---|---|
| ClearFontCache() | Resets the cached font data. |
| GetFont(Font, float) | Gets the font as a result of applying this 'delta' to the specified base font. |
| Reset() | Resets all delta properties to their default values, use the base font as it is. |