GlyphExtents Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |