FileFontSource

FileFontSource constructor. Ctor.

FileFontSource(string)

Ctor.

public FileFontSource(string filePath)
ParameterTypeDescription
filePathStringPath to font file.

See Also


FileFontSource(string, int)

Ctor.

public FileFontSource(string filePath, int priority)
ParameterTypeDescription
filePathStringPath to font file.
priorityInt32Font source priority. See the Priority property description for more information.

See Also


FileFontSource(string, int, string)

Ctor.

public FileFontSource(string filePath, int priority, string cacheKey)
ParameterTypeDescription
filePathStringPath to font file.
priorityInt32Font source priority. See the Priority property description for more information.
cacheKeyStringThe key of this source in the cache. See CacheKey property description for more information.

See Also