Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::image::font_entry_tag Structure
C++
typedef struct font_entry_tag {
  struct {
    _32 unusable : 1;
  } flags;
  TEXTCHAR * name;
  _32 nStyles;
  PFONT_STYLE styles;
} FONT_ENTRY, * PFONT_ENTRY;
struct font_entry_tag {
  struct {
    _32 unusable : 1;
  } flags;
  TEXTCHAR * name;
  _32 nStyles;
  PFONT_STYLE styles;
};
typedef struct font_entry_tag {
  struct {
    _32 unusable : 1;
  } flags;
  TEXTCHAR * name;
  _32 nStyles;
  PFONT_STYLE styles;
} FONT_ENTRY, * PFONT_ENTRY;
struct font_entry_tag {
  struct {
    _32 unusable : 1;
  } flags;
  TEXTCHAR * name;
  _32 nStyles;
  PFONT_STYLE styles;
};
Members 
Description 
struct {
_32 unusable : 1;
} flags; 
Flags about this font family. Currently only 'unusable' that the font failed to load... or there are no styles that loaded?

Flags about this font family. 
_32 unusable : 1; 
This font file was found to be unusable. This is mostly used during the building of the font cache. 
TEXTCHAR * name; 
name of this font family.
name of the font family entry. Data appended to this structure. 
_32 nStyles; 
number of styles in the styles array.
number of styles this font entry has. 
PFONT_STYLE styles; 
array of nStyles 

 

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!