Class VelloTextServices
Namespace: VelloSharp.Avalonia.Vello
Assembly: VelloSharp.Avalonia.Vello.dll
Provides helpers to register Vello-backed text services with Avalonia's service locator.
public static class VelloTextServices
Inheritance
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Methods
Initialize()
Ensures that Avalonia text services (IFontManagerImpl
, ITextShaperImpl
) are backed by the Vello implementations.
Idempotent – repeated calls are safe.
public static void Initialize()