1 write to offset
PresentationCore (1)
MS\Internal\Shaping\Positioning.cs (1)
1565
public MarkToLigaturePositioningSubtable(int Offset) {
offset
= Offset; }
10 references to offset
PresentationCore (10)
MS\Internal\Shaping\Positioning.cs (10)
1411
return Table.GetUShort(
offset
+ offsetFormat);
1416
return new CoverageTable(
offset
+ Table.GetUShort(
offset
+ offsetMarkCoverage));
1421
return new CoverageTable(
offset
+ Table.GetUShort(
offset
+ offsetLigatureCoverage));
1426
return Table.GetUShort(
offset
+ offsetClassCount);
1431
return new MarkArray(
offset
+ Table.GetUShort(
offset
+ offsetMarkArray));
1436
int offsetLigatureArrayTable =
offset
+ Table.GetUShort(
offset
+ offsetLigatureArray);