Class Typeface
Inheritance
Inherited Members
Namespace: Telerik.WinControls.SyntaxEditor.UI
Assembly: Telerik.WinControls.SyntaxEditor.dll
Syntax
public class Typeface
Constructors
Typeface(FontFamily, FontStyle, FontWeight, FontStretch)
Initializes a new instance of the System.
Declaration
public Typeface(FontFamily fontFamily, FontStyle style, FontWeight weight, FontStretch stretch)
Parameters
Font The font family of the typeface. |
Font The style of the typeface. |
Font The relative weight of the typeface. |
Font The degree to which the typeface is stretched. |
Properties
FontFamily
Gets the name of the font family from which the typeface was constructed.
Declaration
public FontFamily FontFamily { get; }
Property Value
Font The System. |
Stretch
Gets the stretch value for the System.
Declaration
public FontStretch Stretch { get; }
Property Value
Font A System. |
Style
Gets the style of the System.
Declaration
public FontStyle Style { get; }
Property Value
Font A System. |
Weight
Gets the relative weight of the typeface.
Declaration
public FontWeight Weight { get; }
Property Value
Font A System. |