Beispiel #1
0
        public static FontColor GetFontColor(string name)
        {
            AvailableColors brushList = new AvailableColors();

            return(brushList.GetFontColorByName(name));
        }