EngUnmapFontFile

VOID EngUnmapFontFile(

    ULONG  iFile
  );

EngUnmapFontFile unmaps the specified font file from system memory.

Parameters

iFile

Identifies the font file to be unmapped. This identifier is obtained from DrvLoadFontFile.

Comments

EngUnmapFontFile is called by font drivers to unmap a font file that was mapped in a call to EngMapFontFile.