5 references to Format1Glyph
PresentationCore (5)
Core\CSharp\MS\Internal\Shaping\OpenTypeCommon.cs (4)
1881
ushort middleGlyph =
Format1Glyph
(Table,middleIndex);
1945
ushort firstGlyphId =
Format1Glyph
(table, 0);
1946
ushort lastGlyphId =
Format1Glyph
(table, (ushort)(glyphCount - 1));
1952
ushort glyphId =
Format1Glyph
(table, i);
Core\CSharp\MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
1044
ushort glyph = coverage.
Format1Glyph
(table, i);