Edit

Share via


FontExtents Struct

Definition

Represents font-wide extent values for horizontal or vertical text layout.

public struct FontExtents : IEquatable<HarfBuzzSharp.FontExtents>
Inheritance
FontExtents
Implements

Properties

Name Description
Ascender

Gets or sets the typographic ascender.

Descender

Gets or sets the typographic descender.

LineGap

Gets or sets the suggested line gap between lines of text.

Methods

Name Description
Equals(FontExtents)

Determines whether the specified FontExtents is equal to this instance.

Equals(Object)

Determines whether the specified object is equal to this instance.

GetHashCode()

Returns the hash code for this instance.

Operators

Name Description
Equality(FontExtents, FontExtents)

Determines whether two specified FontExtents objects are equal.

Inequality(FontExtents, FontExtents)

Determines whether two specified FontExtents objects are not equal.

Applies to