PVOID DrvGetTrueTypeFile(
IN ULONG iFile, | |
IN ULONG *pcj | |
); |
DrvGetTrueTypeFile accesses a memory-mapped TrueType font file.
The return value is a pointer to the memory-mapped TrueType font file if the function is successful. Otherwise, it is null.
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.