LocalFont Class
Represents a font that is assumed to be installed on the machine viewing the SVG.
public class LocalFont : Font
Constructors
LocalFont | Creates a new instance of LocalFont. |
Properties
FontFamily | Gets the font family name to be used in the SVG markup. Multiple font families can be separated by comma. (Overrides Font.FontFamily) | |
FontStyle | Gets the CSS font style to use. | |
FontWeight | Gets the CSS font weight to use. |
Methods
Equals | Determines whether the specified font is equal to the current one. (Overrides Object.Equals(Object)) | |
GetHashCode | Gets a hash code for this font. (Overrides Font.GetHashCode()) | |
ToString | Gets a string representation of this font. (Overrides Font.ToString()) |