4 references to Format2RangeEndGlyph
PresentationCore (4)
MS\Internal\Shaping\OpenTypeCommon.cs (3)
1813
else if (glyph >
Format2RangeEndGlyph
(Table, middleIndex))
1873
ushort lastGlyphId =
Format2RangeEndGlyph
(table, (ushort)(rangeCount - 1));
1880
ushort endGlyphId =
Format2RangeEndGlyph
(table, rangeIndex);
MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
1002
ushort lastGlyph = coverage.
Format2RangeEndGlyph
(table, i);