IMLangFontLink2::ReleaseFont method

Releases a font object that is created by the IMLangFontLink2::MapFont method.

Syntax

HRESULT ReleaseFont(
  [in] HFONT hFont
);

Parameters

  • hFont [in]
    A handle to the font object to be deleted.

Return value

Returns S_OK if successful, or E_FAIL otherwise.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mlang.h

IDL

Mlang.idl

DLL

Mlang.dll

See also

IMLangFontLink2