Class FontFamily
Inheritance
System.Object
FontFamily
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Svg.Text
Assembly: TelerikCommon.dll
Syntax
public class FontFamily
Properties
FontName
Declaration
public string FontName { get; set; }
Property Value
System.String
|
FontPath
Declaration
public string FontPath { get; set; }
Property Value
System.String
|
FontSubFamily
Declaration
public string FontSubFamily { get; set; }
Property Value
System.String
|
Methods
FromPath(String)
Declaration
public static FontFamily FromPath(string fontFilePath)
Parameters
System.String
fontFilePath
|
Returns
FontFamily
|