7 references to CreateGlyphIndexer
PresentationCore (7)
System\Windows\Media\GlyphTypeface.cs (7)
829return CreateGlyphIndexer(this.GetAdvanceWidth); 841return CreateGlyphIndexer(this.GetAdvanceHeight); 856return CreateGlyphIndexer(this.GetLeftSidebearing); 871return CreateGlyphIndexer(this.GetRightSidebearing); 887return CreateGlyphIndexer(this.GetTopSidebearing); 903return CreateGlyphIndexer(this.GetBottomSidebearing); 915return CreateGlyphIndexer(this.GetBaseline);