5 references to Format1Glyph
PresentationCore (5)
MS\Internal\Shaping\OpenTypeCommon.cs (4)
1783
ushort middleGlyph =
Format1Glyph
(Table,middleIndex);
1847
ushort firstGlyphId =
Format1Glyph
(table, 0);
1848
ushort lastGlyphId =
Format1Glyph
(table, (ushort)(glyphCount - 1));
1854
ushort glyphId =
Format1Glyph
(table, i);
MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
985
ushort glyph = coverage.
Format1Glyph
(table, i);