GlyphInfo Structure
Represents a single glyph.
Definition
Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public readonly struct GlyphInfo : IEquatable<GlyphInfo>
Public Structure GlyphInfo
Implements IEquatable(Of GlyphInfo)
[<SealedAttribute>]
type GlyphInfo =
struct
inherit ValueType
interface IEquatable<GlyphInfo>
end
Inheritance | Object → ValueType → GlyphInfo |
Implements | IEquatable(GlyphInfo) |
Constructors
GlyphInfo(UInt16, Int32, Double, Vector) | Represents a single glyph. |
Properties
GlyphAdvance | Get the glyph advance. |
GlyphCluster | Get the glyph cluster. |
GlyphIndex | Get the glyph index. |
GlyphOffset | Get the glyph offset. |
Methods
GetType() | Gets the Type of the current instance. (Inherited from Object) |