'宣言 Public Overloads Shared Function Create( _ ByVal factory As Factory, _ ByVal fontFileReferenceKey As System.IntPtr, _ ByVal fontFileReferenceKeySize As System.Integer, _ ByVal fontFileLoader As FontFileLoader _ ) As FontFile
public static FontFile Create( Factory factory, System.IntPtr fontFileReferenceKey, System.int fontFileReferenceKeySize, FontFileLoader fontFileLoader )
パラメータ
- 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.