Table of Contents

Class font_extents_t

Namespace
HarfBuzz
Assembly
HarfBuzz-0.0.dll
public sealed class font_extents_t
Inheritance
font_extents_t
Inherited Members

Constructors

font_extents_t()

public font_extents_t()

font_extents_t(font_extents_tOwnedHandle)

public font_extents_t(font_extents_tOwnedHandle handle)

Parameters

handle font_extents_tOwnedHandle

Properties

Handle

public font_extents_tOwnedHandle Handle { get; }

Property Value

font_extents_tOwnedHandle

Methods

Equals(font_extents_t?)

public bool Equals(font_extents_t? other)

Parameters

other font_extents_t

Returns

bool

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.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.