GlyphMetrics Structure
Namespace: Avalonia.MediaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public readonly struct GlyphMetrics : IEquatable<GlyphMetrics>
Public Structure GlyphMetrics
Implements IEquatable(Of GlyphMetrics)
[<SealedAttribute>]
type GlyphMetrics =
struct
inherit ValueType
interface IEquatable<GlyphMetrics>
end
- Inheritance
- Object ValueType GlyphMetrics
- Implements
- IEquatableGlyphMetrics
| Height |
Distance from the top extremum of the glyph to the bottom extremum.
|
| Width |
Distance from the left extremum of the glyph to the right extremum.
|
| XBearing |
Distance from the x-origin to the left extremum of the glyph.
|
| YBearing |
Distance from the top extremum of the glyph to the y-origin.
|