Lines Matching defs:BitmapSizeTable
44 struct BitmapSizeTable { struct
45 SK_OT_ULONG indexSubTableArrayOffset; //offset to indexSubtableArray from beginning of EBLC.
46 SK_OT_ULONG indexTablesSize; //number of bytes in corresponding index subtables and array
47 SK_OT_ULONG numberOfIndexSubTables; //an index subtable for each range or format change
48 SK_OT_ULONG colorRef; //not used; set to 0.
49 SbitLineMetrics hori; //line metrics for text rendered horizontally
50 SbitLineMetrics vert; //line metrics for text rendered vertically
51 SK_OT_USHORT startGlyphIndex; //lowest glyph index for this size
52 SK_OT_USHORT endGlyphIndex; //highest glyph index for this size
53 SK_OT_BYTE ppemX; //horizontal pixels per Em
54 SK_OT_BYTE ppemY; //vertical pixels per Em
55 struct BitDepth {
63 } bitDepth; //the Microsoft rasterizer v.1.7 or greater supports
64 union Flags {
82 } flags;