using System; [Serializable] public class KerningPair { public char First; public char Second; public int Pixels = 4; }