Sack Library Documentation
|
|
typedef struct file_size_tag { struct { _32 unusable : 1; } flags; TEXTCHAR * path; TEXTCHAR * file; _32 nAlt; PALT_SIZE_FILE pAlternate; _32 nSizes; PSIZES sizes; } SIZE_FILE, * PSIZE_FILE; struct file_size_tag { struct { _32 unusable : 1; } flags; TEXTCHAR * path; TEXTCHAR * file; _32 nAlt; PALT_SIZE_FILE pAlternate; _32 nSizes; PSIZES sizes; }; typedef struct file_size_tag { struct { _32 unusable : 1; } flags; TEXTCHAR * path; TEXTCHAR * file; _32 nAlt; PALT_SIZE_FILE pAlternate; _32 nSizes; PSIZES sizes; } SIZE_FILE, * PSIZE_FILE; struct file_size_tag { struct { _32 unusable : 1; } flags; TEXTCHAR * path; TEXTCHAR * file; _32 nAlt; PALT_SIZE_FILE pAlternate; _32 nSizes; PSIZES sizes; }; struct { _32 unusable : 1; } flags;
Members |
Description |
struct { _32 unusable : 1; } flags; |
Flags to indicate statuses about this font cache entry. |
_32 unusable : 1; |
This font file was found to be unusable. This is mostly used during the building of the font cache. |
TEXTCHAR * path; |
pointer to the path where the file is found path to the file. |
TEXTCHAR * file; |
name of the file itself filename of the font. |
_32 nAlt; |
number of alternate files specified. |
PALT_SIZE_FILE pAlternate; |
list of alternates for this font Alternate files that this font might be. |
_32 nSizes; |
sizes that are in this file number of SIZES lists contained. |
PSIZES sizes; |
scaled and fixed sizes available in this file. |
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|