Creates a font file reference object from a local font file.
シンタックス
'宣言
Public Overloads Shared Function Create( _
ByVal As Factory, _
ByVal As System.String _
) As FontFile
public static FontFile Create(
Factory ,
System.string
)
パラメータ
- factory
- A reference to a DirectWrite factory Factory
- filePath
- An array of characters that contains the absolute file path for the font file. Subsequent operations on the constructed object may fail if the user provided filePath doesn't correspond to a valid file on the disk.
参照