static bool ReadFontDir(
ARCDir * pDir,
ARCDirEntry * pDirEnt
);
| Name | Description | |
|---|---|---|
| inout | pDir | Specifies ARCDir. |
| out | pDirEnt | Stores directory entry information. |
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().
CONFIDENTIAL