1 write to offset
PresentationCore (1)
MS\Internal\Shaping\Positioning.cs (1)
1364public CursivePositioningSubtable(int Offset) { offset = Offset; }
7 references to offset
PresentationCore (7)
MS\Internal\Shaping\Positioning.cs (7)
1194return Table.GetUShort(offset + offsetFormat); 1199return new CoverageTable(offset + Table.GetUShort(offset + offsetCoverage)); 1211int anchorTableOffset = Table.GetUShort(offset + 1217return new AnchorTable(Table, offset + anchorTableOffset); 1222int anchorTableOffset = Table.GetUShort(offset + 1228return new AnchorTable(Table, offset + anchorTableOffset);