Sack Library Documentation
|
|
typedef struct alt_size_file_tag { TEXTCHAR * path; struct alt_size_file_tag * pAlternate; TEXTCHAR file[1]; } ALT_SIZE_FILE, * PALT_SIZE_FILE; struct alt_size_file_tag { TEXTCHAR * path; struct alt_size_file_tag * pAlternate; TEXTCHAR file[1]; }; typedef struct alt_size_file_tag { TEXTCHAR * path; struct alt_size_file_tag * pAlternate; TEXTCHAR file[1]; } ALT_SIZE_FILE, * PALT_SIZE_FILE; struct alt_size_file_tag { TEXTCHAR * path; struct alt_size_file_tag * pAlternate; TEXTCHAR file[1]; };
Members |
Description |
TEXTCHAR * path; |
path of the file. |
struct alt_size_file_tag * pAlternate; |
more alternate files. |
TEXTCHAR file[1]; |
the filename appended to this structure. |
Describes an alternate file location for this font. During the building of the cache, the same fonts may exist on a system multiple times.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|