//文字を追加 void AddChar(char c) { CharData data = new CharData(c, customInfo); charList.Add(data); customInfo.ClearTopInfo(); }