示例#1
0
        public void SetFont(TrueTypeFont fontToShow)
        {
            _font = fontToShow;
            tableList.DataSource = _font.ListTablesKeys().Select(MapTableDescription).ToList();


            //tableProperties.SelectedObject = fontToShow.ReadGlyph('$');
        }