1 write to offset
PresentationCore (1)
MS\Internal\Shaping\Positioning.cs (1)
1371public CursivePositioningSubtable(int Offset) { offset = Offset; }
7 references to offset
PresentationCore (7)
MS\Internal\Shaping\Positioning.cs (7)
1201return Table.GetUShort(offset + offsetFormat); 1206return new CoverageTable(offset + Table.GetUShort(offset + offsetCoverage)); 1218int anchorTableOffset = Table.GetUShort(offset + 1224return new AnchorTable(Table, offset + anchorTableOffset); 1229int anchorTableOffset = Table.GetUShort(offset + 1235return new AnchorTable(Table, offset + anchorTableOffset);