Struct FontStretch
Inherited Members
Namespace: Telerik.WinControls.SyntaxEditor.UI
Assembly: Telerik.WinControls.SyntaxEditor.dll
Syntax
public struct FontStretch : IFormattable
Methods
Compare(FontStretch, FontStretch)
Compares two instances of System.
Declaration
public static int Compare(FontStretch left, FontStretch right)
Parameters
Font The first System. |
Font The second System. |
Returns
System. An System. |
Equals(Object)
Compares a System.
Declaration
public override bool Equals(object obj)
Parameters
System. The instance of the System. |
Returns
System. true if two instances are equal; otherwise, false. |
Overrides
Equals(FontStretch)
Compares a System.
Declaration
public bool Equals(FontStretch obj)
Parameters
Font The instance of the System. |
Returns
System. true if two instances are equal; otherwise, false. |
FromOpenTypeStretch(Int32)
Creates a new instance of System.
Declaration
public static FontStretch FromOpenTypeStretch(int stretchValue)
Parameters
System. An integer value between one and nine that corresponds to the usStretchValue definition in the OpenType specification. |
Returns
Font A new instance of System. |
GetHashCode()
Retrieves the hash code for this object.
Declaration
public override int GetHashCode()
Returns
System. An System. |
Overrides
ToOpenTypeStretch()
Returns a value that represents the OpenType usStretchClass for this System.
Declaration
public int ToOpenTypeStretch()
Returns
System. An integer value between 1 and 999 that corresponds to the usStretchClass definition in the OpenType specification. |
ToString()
Creates a System.
Declaration
public override string ToString()
Returns
System. A System. |
Overrides
Operators
Equality(FontStretch, FontStretch)
Compares two instances of System.
Declaration
public static bool operator ==(FontStretch left, FontStretch right)
Parameters
Font First instance of System. |
Font Second instance of System. |
Returns
System. true when the specified System. |
GreaterThan(FontStretch, FontStretch)
Evaluates two instances of System.
Declaration
public static bool operator>(FontStretch left, FontStretch right)
Parameters
Font First instance of System. |
Font Second instance of System. |
Returns
System. true if |
GreaterThanOrEqual(FontStretch, FontStretch)
Evaluates two instances of System.
Declaration
public static bool operator >=(FontStretch left, FontStretch right)
Parameters
Font The first instance of System. |
Font The second instance of System. |
Returns
System. true if |
Inequality(FontStretch, FontStretch)
Evaluates two instances of System.
Declaration
public static bool operator !=(FontStretch left, FontStretch right)
Parameters
Font The first instance of System. |
Font The second instance of System. |
Returns
System. false if |
LessThan(FontStretch, FontStretch)
Evaluates two instances of System.
Declaration
public static bool operator <(FontStretch left, FontStretch right)
Parameters
Font The first instance of System. |
Font The second instance of System. |
Returns
System. true if |
LessThanOrEqual(FontStretch, FontStretch)
Evaluates two instances of System.
Declaration
public static bool operator <=(FontStretch left, FontStretch right)
Parameters
Font The first instance of System. |
Font The second instance of System. |
Returns
System. true if |
Explicit Interface Implementations
IFormattable.ToString(String, IFormatProvider)
For a description of this member, see System.
Declaration
string IFormattable.ToString(string format, IFormatProvider provider)
Parameters
System. The System. |
System. The System. |
Returns
System. A System. |