Documentation Project 1
|
struct render_font_data_tag { _32 magic; _32 nWidth; _32 nHeight; _32 flags; TEXTCHAR filename[]; };
A short structure that contains a FONT_MAGIC_VALUE, and the width, height and quality flags along with a filename. The file, the size and the font flags are sufficient for recreating a font.
Copyright (c) 2010. All rights reserved.
|
What do you think about this topic? Send feedback!
|