FontFamily[] ff = System.Drawing.FontFamily.Families;foreach (FontFamily f in ff) listBox1.Items.Add(f.Name);