'宣言 Public Shared Function Create( _ ByVal factory As Factory, _ ByVal collectionLoader As FontCollectionLoader, _ ByVal collectionKey As DataPointer _ ) As FontCollection
public static FontCollection Create( Factory factory, FontCollectionLoader collectionLoader, DataPointer collectionKey )
パラメータ
- factory
- A reference to a DirectWrite factory Factory
- collectionLoader
- An application-defined font collection loader, which must have been previously registered using Factory.RegisterFontCollectionLoader_.
- collectionKey
- The key used by the loader to identify a collection of font files. The buffer allocated for this key should at least be the size of collectionKeySize.