打印构架的一个较长的例子-rtl8196e系列规格书
例17.1打印构架的一个较长的例子import wx import os FONTSIZE = 10 class TextDocPrintout(wx.Printout): ””” A printout class that is able to print simple text documents. Does not handle page numbers or titles, and it assumes that no lines are longer than what will fit within the page width. Those features are left as an exercise for the reader. ;-) ””” def __init__(self, text, title, margins): 525 / 565
3.6MB
文件大小:
评论区