示例#1
0
 public Brush GetBrush(WordRectangle wordRectangle)
 {
     return(Brushes.Black);
 }
示例#2
0
        public Font GetFont(WordRectangle wordRectangle)
        {
            var size = wordRectangle.Rectangle.Height;

            return(new Font(FontFamily.GenericMonospace, size, FontStyle.Regular, GraphicsUnit.Pixel));
        }