1 implementation of GetFontTable
PresentationCore (1)
MS\Internal\FontCache\FontFaceLayoutInfo.cs (1)
851
public FontTable
GetFontTable
(OpenTypeTags TableTag)
11 references to GetFontTable
PresentationCore (11)
MS\Internal\Shaping\OpenTypeCommon.cs (2)
787
FontTable gdefTable = Font.
GetFontTable
(OpenTypeTags.GDEF);
864
gdefTable = Font.
GetFontTable
(OpenTypeTags.GDEF);
MS\Internal\Shaping\OpenTypeLayout.cs (8)
307
FontTable gsubTable = Font.
GetFontTable
(OpenTypeTags.GSUB);
324
FontTable gposTable = Font.
GetFontTable
(OpenTypeTags.GPOS);
359
FontTable gsubTable = Font.
GetFontTable
(OpenTypeTags.GSUB);
377
FontTable gposTable = Font.
GetFontTable
(OpenTypeTags.GPOS);
882
FontTable GsubTable = Font.
GetFontTable
(OpenTypeTags.GSUB);
959
FontTable GposTable = Font.
GetFontTable
(OpenTypeTags.GPOS);
1037
FontTable GsubTable = Font.
GetFontTable
(OpenTypeTags.GSUB);
1038
FontTable GposTable = Font.
GetFontTable
(OpenTypeTags.GPOS);
MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
375
FontTable table = font.
GetFontTable
(tableTag);