CacheKey

FileFontSource.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.

If key is not specified then FilePath will be used as a key instead.

See Also