Bitmap for UWP
UnregisterFontFileLoader メソッド

C1.UWP.DX アセンブリ > C1.Util.DX.DirectWrite 名前空間 > Factory クラス : UnregisterFontFileLoader メソッド
Pointer to the file loader that was previously registered with the DirectWrite font system using {{RegisterFontFileLoader}}.
Unregisters a font file loader that was previously registered with the DirectWrite font system using {{RegisterFontFileLoader}}.
シンタックス
'宣言
 
Public Sub UnregisterFontFileLoader( _
   ByVal fontFileLoader As FontFileLoader _
) 
public void UnregisterFontFileLoader( 
   FontFileLoader fontFileLoader
)

パラメータ

fontFileLoader
Pointer to the file loader that was previously registered with the DirectWrite font system using {{RegisterFontFileLoader}}.

戻り値の型

If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
解説
This function unregisters font file loader callbacks with the DirectWrite font system. You should implement the font file loader interface by a singleton object. Note that font file loader implementations must not register themselves with DirectWrite inside their constructors and must not unregister themselves in their destructors, because registration and unregistraton operations increment and decrement the object reference count respectively. Instead, registration and unregistration of font file loaders with DirectWrite should be performed outside of the font file loader implementation.
参照

Factory クラス
Factory メンバ