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