using System; namespace CPF.ReoGrid.Core { internal enum UpdateFontReason { FontChanged, ScaleChanged, TextColorChanged } }