ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / Factory Class / UnregisterFontCollectionLoader Method
Pointer to a FontCollectionLoader object to be unregistered.

In This Topic
    UnregisterFontCollectionLoader Method
    In This Topic
    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