ComponentOne Bitmap for WPF
UnregisterFontCollectionLoader Method

C1.WPF.DX.4 Assembly > C1.Util.DX.DirectWrite Namespace > Factory Class : UnregisterFontCollectionLoader Method
Pointer to a FontCollectionLoader object to be unregistered.
Unregisters a custom font collection loader that was previously registered using {{RegisterFontCollectionLoader}}.
Syntax
'Declaration
 
Public Sub UnregisterFontCollectionLoader( _
   ByVal fontCollectionLoader As FontCollectionLoader _
) 
public void UnregisterFontCollectionLoader( 
   FontCollectionLoader fontCollectionLoader
)

Parameters

fontCollectionLoader
Pointer to a FontCollectionLoader object to be unregistered.

Return Value

If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
See Also

Reference

Factory Class
Factory Members