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