StructFontStyle
Struct
Encodes the stylistic slant of a font (for example Normal, Italic, or Oblique) for selection and comparison.
Definition
Namespace:Telerik.Documents.Core.Fonts
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
cs-api-definition
public struct FontStyle
Inherited Members
Constructors
FontStyle(int)
Initializes a new instance of FontStyle struct.
Methods
Equals(object)
Determines whether the specified object is equal to the current FontStyle.
GetHashCode()
Returns a hash code for the current FontStyle.
Declaration
cs-api-definition
public override int GetHashCode()
Returns
A hash code derived from the underlying style identifier, suitable for use in hashing algorithms and data structures.
Overrides
Operators
operator !=(FontStyle, FontStyle)
Determine whether two styles differ.
operator ==(FontStyle, FontStyle)
Compare two styles for value equality.