CacheKey

MemoryFontSource.CacheKey property

The key of this source in the cache.

public string CacheKey { get; }

Remarks

This key is used to identify cache item when saving/loading font search cache with SaveSearchCache and SetFontsSources methods.

See Also