Sack Library Documentation
|
|
typedef struct simple_font_tag { _16 height; _16 characters; _8 char_width[1]; } FontData;
Members |
Description |
_16 height; |
all characters same height |
_16 characters; |
number of characters in the set |
_8 char_width[1]; |
open ended array size characters... |
#endif at some point, it may be VERY useful to have this structure also have a public member.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|