IGlyphRunImpl Interface

An immutable platform representation of a GlyphRun.

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
[UnstableAttribute]
public interface IGlyphRunImpl : IDisposable
Implements
IDisposable

Properties

BaselineOrigin Gets the baseline origin of the glyph run./>.
Bounds Gets the conservative bounding box of the glyph run./>.
FontRenderingEmSize Gets the em size used for rendering the IGlyphRunImpl.
GlyphTypeface Gets the IGlyphTypeface for the IGlyphRunImpl.

Methods

DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
GetIntersections(Single, Single) Gets the intersections of specified upper and lower limit.

See Also