1 implementation of GetFontTable
PresentationCore (1)
Core\CSharp\MS\Internal\FontCache\FontFaceLayoutInfo.cs (1)
946public FontTable GetFontTable(OpenTypeTags TableTag)
11 references to GetFontTable
PresentationCore (11)
Core\CSharp\MS\Internal\Shaping\OpenTypeCommon.cs (2)
813FontTable gdefTable = Font.GetFontTable(OpenTypeTags.GDEF); 894gdefTable = Font.GetFontTable(OpenTypeTags.GDEF);
Core\CSharp\MS\Internal\Shaping\OpenTypeLayout.cs (8)
359FontTable gsubTable = Font.GetFontTable(OpenTypeTags.GSUB); 376FontTable gposTable = Font.GetFontTable(OpenTypeTags.GPOS); 415FontTable gsubTable = Font.GetFontTable(OpenTypeTags.GSUB); 433FontTable gposTable = Font.GetFontTable(OpenTypeTags.GPOS); 944FontTable GsubTable = Font.GetFontTable(OpenTypeTags.GSUB); 1027FontTable GposTable = Font.GetFontTable(OpenTypeTags.GPOS); 1117FontTable GsubTable = Font.GetFontTable(OpenTypeTags.GSUB); 1118FontTable GposTable = Font.GetFontTable(OpenTypeTags.GPOS);
Core\CSharp\MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
420FontTable table = font.GetFontTable(tableTag);