FONTOBJ_pvTrueTypeFontFile

PVOID FONTOBJ_pvTrueTypeFontFile(

    IN FONTOBJ  *pfo,
   OUT ULONG  *pcjFile
  );

FONTOBJ_pvTrueTypeFontFile retrieves a pointer to the ROM-mapped TrueType file that is associated with the TrueType font.

Parameters

pfo

Points to a FONTOBJ.

pcjFile

Points to a TrueType file whose size in bytes is returned.

Comments

FONTOBJ_pvTrueTypeFontFile should only be called for TrueType fonts, and should be called only once per value of the iTTUniq member of the FONTOBJ structure.