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