Editar

Compartir por


GlyphExtents Struct

Definition

Represents the bounding box of a glyph.

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

Properties

Name Description
Height

Gets or sets the height of the glyph extents.

Width

Gets or sets the width of the glyph extents.

XBearing

Gets or sets the horizontal bearing (left side bearing).

YBearing

Gets or sets the vertical bearing (top side bearing).

Methods

Name Description
Equals(GlyphExtents)

Determines whether the specified GlyphExtents 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(GlyphExtents, GlyphExtents)

Determines whether two specified GlyphExtents objects are equal.

Inequality(GlyphExtents, GlyphExtents)

Determines whether two specified GlyphExtents objects are not equal.

Applies to