Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::image::alt_size_file_tag Structure
C++
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.  

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!