'Declaration Public Sub UnregisterFontFileLoader( _ ByVal fontFileLoader As FontFileLoader _ )
public void UnregisterFontFileLoader( FontFileLoader fontFileLoader )
Parameters
- fontFileLoader
- Pointer to the file loader that was previously registered with the DirectWrite font system using {{RegisterFontFileLoader}}.
Return Value
If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.