Skip to main content

Class SKFontStyleSet

Namespace: SkiaSharp
Assembly: VelloSharp.Skia.Core.dll

public sealed class SKFontStyleSet : IEnumerable<SKFontStyle>, IEnumerable, IDisposable

Inheritance

objectSKFontStyleSet

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

int

this[int]

public SKFontStyle this[int index] { get; }

Property Value

SKFontStyle

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

IEnumerator<SKFontStyle>

An enumerator that can be used to iterate through the collection.