Searched defs:BitmapSizeTable (Results 1 – 3 of 3) sorted by relevance
45 struct BitmapSizeTable { struct46 SK_OT_ULONG indexSubTableArrayOffset; //offset to indexSubtableArray from beginning of EBLC.47 SK_OT_ULONG indexTablesSize; //number of bytes in corresponding index subtables and array48 SK_OT_ULONG numberOfIndexSubTables; //an index subtable for each range or format change49 SK_OT_ULONG colorRef; //not used; set to 0.50 SbitLineMetrics hori; //line metrics for text rendered horizontally51 SbitLineMetrics vert; //line metrics for text rendered vertically52 SK_OT_USHORT startGlyphIndex; //lowest glyph index for this size53 SK_OT_USHORT endGlyphIndex; //highest glyph index for this size54 SK_OT_BYTE ppemX; //horizontal pixels per Em[all …]
119 BitmapSizeTable::BitmapSizeTable(ReadableFontData* data, in BitmapSizeTable() function in sfntly::BitmapSizeTable
258 class BitmapSizeTable(object): class