Table of Contents

Class FontOptions

Namespace
Cairo
Assembly
cairo-1.0.dll
public class FontOptions : IEquatable<FontOptions>, BoxedRecord
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

Antialias

Handle

public FontOptionsOwnedHandle Handle { get; }

Property Value

FontOptionsOwnedHandle

HintMetrics

public HintMetrics HintMetrics { get; set; }

Property Value

HintMetrics

HintStyle

public HintStyle HintStyle { get; set; }

Property Value

HintStyle

Status

public Status Status { get; }

Property Value

Status

SubpixelOrder

public SubpixelOrder SubpixelOrder { get; set; }

Property Value

SubpixelOrder

Variations

public string? Variations { get; set; }

Property Value

string

Methods

Copy()

public FontOptions Copy()

Returns

FontOptions

Equals(FontOptions?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(FontOptions? other)

Parameters

other FontOptions

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetGType()

public static Type GetGType()

Returns

Type

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