nw::lyt::ArcUtil::ReadFontDir Member Function

Syntax

static bool ReadFontDir(
     ARCDir * pDir,
     ARCDirEntry * pDirEnt
);

Arguments

Name Description
inout pDir Specifies ARCDir.
out pDirEnt Stores directory entry information.

Return Values

Returns TRUE if successful.

Description

Gets the directory entry information of a font resource.

Gets the directory entry information of a font resource inside the directory opened by OpenFontDir().

Reading is skipped if the extension of the resource file does not match the font resource.

Internally, this function calls ARCReadDir().

See Also

OpenFontDir

Revision History

2011/02/28
Initial version.

CONFIDENTIAL