Documentation Project 1
|
struct font_entry_tag { struct { _32 unusable : 1; } flags; TEXTCHAR * name; _32 nStyles; PFONT_STYLE styles; };
Members |
Description |
PFONT_STYLE styles; |
array of nStyles |
Contains the name of a font. Contains all the styles of a font (things like italic, regular, bold...).
Copyright (c) 2010. All rights reserved.
|
What do you think about this topic? Send feedback!
|