Create(Factory,IntPtr,Int32,FontFileLoader) Method
In This Topic
Creates a reference to an application-specific font file resource.
Syntax
Parameters
- factory
- A reference to a DirectWrite factory Factory
- fontFileReferenceKey
- A font file reference key that uniquely identifies the font file resource during the lifetime of fontFileLoader.
- fontFileReferenceKeySize
- The size of the font file reference key in bytes.
- fontFileLoader
- The font file loader that will be used by the font system to load data from the file identified by fontFileReferenceKey.
See Also