glyph_set


This class descibes the glyph support for a unicode font.

struct glyph_set
{
  unsigned size;
  unsigned accelerator;
  unsigned supported;
  unsigned count;
  wide_character_range ranges[1];
};

size The size (in bytes) of this structure.
accelerator flags describing the glyph indices. If the flag GlyphSetIndices8Bit is set, indices are 8 bits wide; otherwise, indices are 16 bits wide.
supported The number of unicode code points supported by the font.
count The number of ranges in the array specified by the next member.
ranges An array of unicode ranges supported by the font.