Example #1
0
        public string GetFontFormat()
        {
            richTextBoxFontFormatClass FontFormat1 = new richTextBoxFontFormatClass();

            FontFormat1.richTextBox = this;
            return(FontFormat1.GetFontFormat());
        }
Example #2
0
        //제목1 ,제목2....
        public void SetFontFormat(int index)
        {
            richTextBoxFontFormatClass FontFormat1 = new richTextBoxFontFormatClass();

            FontFormat1.richTextBox = this;
            FontFormat1.SetFontFormat(index);
        }