IntPtr iHandle = CreateFile(LPT1, 0x40000000, 0, 0, OPEN_EXISTING, 0, 0); FileStream fs = new FileStream(iHandle, FileAccess.ReadWrite); StreamWriter sw = new StreamWriter(fs, System.Text.Encoding.Default); sw.WriteLine("请教大家"); sw.WriteLine("谢谢"); sw.Close(); fs.Close(); 这里打印出来的时候我想把"谢谢"的字体加大 有什么办法么?在网上游了好久都没看到相关资料...求各位大虾帮帮忙 一定给分!
我这个是C/B 架构的 用来调用POS机的打印机 如果各位有能控制字体的打印方式 也可以发给我 只要能解决问题 一样给分!谢谢各位大神! 我的邮箱 zengze0074@gmail.com