摘要:
g.DrawString("第一联白..存根联", fTitle, Brushes.Black, 250, 30, new StringFormat(StringFormatFlags.DirectionVertical));g.DrawString("第二联红..随货同行联", fTitle, Brushes.Black, 250, 30, new StringFormat(StringForm... 阅读全文
posted @ 2009-08-11 17:32
一路前行
阅读(589)
评论(0)
推荐(0)
摘要:
c#的字体风格FontStyle怎样才能同时是bold,Underline,Strikeout?同时具有这样的属性是这样的: FontStyle style = FontStyle.Regular; style |= FontStyle.Bold; style |= FontStyle.Italic; 如果是去掉某一种的话是: style-=FontStyle.Bold; 阅读全文
posted @ 2009-08-11 17:22
一路前行
阅读(6182)
评论(0)
推荐(0)
浙公网安备 33010602011771号