[]
Specifies a font family name or a generic family name.
public class SvgFontFamily : IEquatable<SvgFontFamily>
Public Class SvgFontFamily
Implements IEquatable(Of SvgFontFamily)
| Name | Description |
|---|---|
| SvgFontFamily(string, bool) | Initializes a new instance of SvgFontFamily. |
| Name | Description |
|---|---|
| Cursive | Gets the 'cursive' font family. |
| Fantasy | Gets the 'fantasy' font family. |
| Monospace | Gets the 'monospace' font family. |
| SansSerif | Gets the 'sans-serif' font family. |
| Serif | Gets the 'serif' font family. |
| Name | Description |
|---|---|
| FamilyType | Gets a type of the font family (regular font name or a generic family name). |
| FontName | Gets the specific (non-generic) font name. |
| Quoted | Gets a value indicating whether the font name must be quoted. |
| Name | Description |
|---|---|
| Equals(SvgFontFamily) | Determines whether the specified SvgFontFamily is equal to this instance. |
| Equals(object) | Determines whether the specified object is equal to this instance. |
| GetHashCode() | Returns a hash code for this instance. |
| ToString() | Returns a string that represents the current SvgFontFamily. |