MemoryFontSource

MemoryFontSource constructor. Ctor.

MemoryFontSource(byte[])

Ctor.

public MemoryFontSource(byte[] fontData)
ParameterTypeDescription
fontDataByte[]Binary font data.

See Also


MemoryFontSource(byte[], int)

Ctor.

public MemoryFontSource(byte[] fontData, int priority)
ParameterTypeDescription
fontDataByte[]Binary font data.
priorityInt32Font source priority. See the Priority property description for more information.

See Also


MemoryFontSource(byte[], int, string)

Ctor.

public MemoryFontSource(byte[] fontData, int priority, string cacheKey)
ParameterTypeDescription
fontDataByte[]Binary font data.
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