public readonly struct Typeface : IEquatable<Typeface>Public Structure Typeface
Implements IEquatable(Of Typeface)[<SealedAttribute>]
type Typeface =
struct
inherit ValueType
interface IEquatable<Typeface>
end| Default | |
| FontFamily | Gets the font family. |
| GlyphTypeface | Gets the glyph typeface. |
| Stretch | Gets the font stretch. |
| Style | Gets the font style. |
| Weight | Gets the font weight. |
| Equals(Object) | (Overrides ValueTypeEquals(Object)) |
| Equals(Typeface) | |
| GetHashCode | (Overrides ValueTypeGetHashCode) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |