FileFontSource constructor

FileFontSource(filePath)

Ctor.

FileFontSource(filePath: string)
ParameterTypeDescription
filePathstringPath to font file.

FileFontSource(filePath, priority)

Ctor.

FileFontSource(filePath: string, priority: number)
ParameterTypeDescription
filePathstringPath to font file.
prioritynumberFont source priority. See the FontSourceBase.priority property description for more information.

FileFontSource(filePath, priority, cacheKey)

Ctor.

FileFontSource(filePath: string, priority: number, cacheKey: string)
ParameterTypeDescription
filePathstringPath to font file.
prioritynumberFont source priority. See the FontSourceBase.priority property description for more information.
cacheKeystringThe key of this source in the cache. See FileFontSource.cacheKey property description for more information.

See Also