1 implementation of GetFontTable
PresentationCore (1)
MS\Internal\FontCache\FontFaceLayoutInfo.cs (1)
850
public FontTable
GetFontTable
(OpenTypeTags TableTag)
11 references to GetFontTable
PresentationCore (11)
MS\Internal\Shaping\OpenTypeCommon.cs (2)
786
FontTable gdefTable = Font.
GetFontTable
(OpenTypeTags.GDEF);
863
gdefTable = Font.
GetFontTable
(OpenTypeTags.GDEF);
MS\Internal\Shaping\OpenTypeLayout.cs (8)
306
FontTable gsubTable = Font.
GetFontTable
(OpenTypeTags.GSUB);
323
FontTable gposTable = Font.
GetFontTable
(OpenTypeTags.GPOS);
358
FontTable gsubTable = Font.
GetFontTable
(OpenTypeTags.GSUB);
376
FontTable gposTable = Font.
GetFontTable
(OpenTypeTags.GPOS);
881
FontTable GsubTable = Font.
GetFontTable
(OpenTypeTags.GSUB);
958
FontTable GposTable = Font.
GetFontTable
(OpenTypeTags.GPOS);
1036
FontTable GsubTable = Font.
GetFontTable
(OpenTypeTags.GSUB);
1037
FontTable GposTable = Font.
GetFontTable
(OpenTypeTags.GPOS);
MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
374
FontTable table = font.
GetFontTable
(tableTag);