Class SKFontStyleSet
Namespace: SkiaSharp
Assembly: VelloSharp.Skia.Core.dll
public sealed class SKFontStyleSet : IEnumerable<SKFontStyle>, IEnumerable, IDisposable
Inheritance
Implements
IEnumerable<SKFontStyle>, IEnumerable, IDisposable
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
Count
public int Count { get; }
Property Value
this[int]
public SKFontStyle this[int index] { get; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
GetEnumerator()
Returns an enumerator that iterates through the collection.
public IEnumerator<SKFontStyle> GetEnumerator()
Returns
An enumerator that can be used to iterate through the collection.