Class FontOptions
- Namespace
- Cairo
- Assembly
- cairo-1.0.dll
public class FontOptions : IEquatable<FontOptions>, BoxedRecord, GTypeProvider, InstanceFactory, IDisposable
- Inheritance
-
FontOptions
- Implements
- Inherited Members
Constructors
FontOptions()
public FontOptions()
FontOptions(FontOptionsOwnedHandle)
public FontOptions(FontOptionsOwnedHandle handle)
Parameters
handle
FontOptionsOwnedHandle
Properties
Antialias
public Antialias Antialias { get; set; }
Property Value
Handle
public FontOptionsOwnedHandle Handle { get; }
Property Value
HintMetrics
public HintMetrics HintMetrics { get; set; }
Property Value
HintStyle
public HintStyle HintStyle { get; set; }
Property Value
Status
public Status Status { get; }
Property Value
SubpixelOrder
public SubpixelOrder SubpixelOrder { get; set; }
Property Value
Variations
public string? Variations { get; set; }
Property Value
Methods
Copy()
public FontOptions Copy()
Returns
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Equals(FontOptions?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(FontOptions? other)
Parameters
other
FontOptionsAn object to compare with this object.
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
GetGType()
public static Type GetGType()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
Merge(FontOptions)
public void Merge(FontOptions other)
Parameters
other
FontOptions