BOOL EngMapFontFile(
ULONG iFile, | |
PULONG *ppjBuf, | |
ULONG *pcjBuf | |
); |
EngMapFontFile returns a pointer to the base location of the font data in a font file.
EngMapFontFile returns TRUE if it succeeds; otherwise, it returns FALSE.
Font drivers call this function when they need to access the raw font data in the file identified by iFile. If the font data has not yet been memory-mapped, EngMapFontFile loads the font into system memory before returning ppjBuf and pcjBuf to the driver.