struct font_data_tag { _32 magic; _32 nFamily; _32 nStyle; _32 nFile; _32 nWidth; _32 nHeight; _32 flags; _64 cachefile_time; TEXTCHAR names[]; }; typedef struct font_data_tag FONTDATA;
fntglobal.h
A structure which contains all information about a font so that it may be rendered again exactly the same.
Types