コード例 #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));
        }