Table of Contents

Class glyph_extents_t

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

Constructors

glyph_extents_t()

public glyph_extents_t()

glyph_extents_t(glyph_extents_tOwnedHandle)

public glyph_extents_t(glyph_extents_tOwnedHandle handle)

Parameters

handle glyph_extents_tOwnedHandle

Properties

Handle

public glyph_extents_tOwnedHandle Handle { get; }

Property Value

glyph_extents_tOwnedHandle

Methods

Equals(glyph_extents_t?)

public bool Equals(glyph_extents_t? other)

Parameters

other glyph_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.