The DrvGetTrueTypeFile function accesses a memory-mapped TrueType font file.
PVOID
DrvGetTrueTypeFile(
IN ULONG_PTR iFile,
IN ULONG *pcj
);
The return value is a pointer to the memory-mapped TrueType font file if the function is successful. Otherwise, it is NULL.
Declared in winddi.h. Include winddi.h.
This private entry point is provided by the TrueType driver to allow GDI efficient access to the memory-mapped TrueType font file.
DrvGetTrueTypeFile is required for TrueType font drivers.