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
Methods
Equals(font_extents_t?)
public bool Equals(font_extents_t? other)
Parameters
other
font_extents_t
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
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.