5 references to Format2RangeStartGlyph
PresentationCore (5)
MS\Internal\Shaping\OpenTypeCommon.cs (4)
1809
if (glyph <
Format2RangeStartGlyph
(Table, middleIndex))
1819
return (glyph -
Format2RangeStartGlyph
(Table,middleIndex))
1872
ushort firstGlyphId =
Format2RangeStartGlyph
(table,0);
1879
ushort startGlyphId =
Format2RangeStartGlyph
(table,rangeIndex);
MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
1001
ushort firstGlyph = coverage.
Format2RangeStartGlyph
(table, i);