摘要:
private Bitmap strToImage(string str) { Font f = new Font(new FontFamily("宋体"), 10, FontStyle.Regular); float fontSizeWidth = 96 / (72 / f.Size); // 字体实际像素宽度 float fontSizeHeight = 96 / (72 / f.Size); // 字体实际像素高度 //创建此大小的图片 ... 阅读全文
posted @ 2013-07-05 10:00
NLazyo
阅读(333)
评论(0)
推荐(0)
浙公网安备 33010602011771号