1 write to offset
PresentationCore (1)
Core\CSharp\MS\Internal\Shaping\Positioning.cs (1)
1461
public CursivePositioningSubtable(int Offset) {
offset
= Offset; }
7 references to offset
PresentationCore (7)
Core\CSharp\MS\Internal\Shaping\Positioning.cs (7)
1290
return Table.GetUShort(
offset
+ offsetFormat);
1295
return new CoverageTable(
offset
+ Table.GetUShort(
offset
+ offsetCoverage));
1307
int anchorTableOffset = Table.GetUShort(
offset
+
1313
return new AnchorTable(Table,
offset
+ anchorTableOffset);
1318
int anchorTableOffset = Table.GetUShort(
offset
+
1324
return new AnchorTable(Table,
offset
+ anchorTableOffset);