public void SetFont(TrueTypeFont fontToShow) { _font = fontToShow; tableList.DataSource = _font.ListTablesKeys().Select(MapTableDescription).ToList(); //tableProperties.SelectedObject = fontToShow.ReadGlyph('$'); }