embed_font属性
embed_font属性
指示是否将字体嵌入到输出的 Pcl 文件中。
注意事项
默认值为 true。
定义:
@property
def embed_font(self):
...
@embed_font.setter
def embed_font(self, value):
...
指示是否将字体嵌入到输出的 Pcl 文件中。
默认值为 true。
@property
def embed_font(self):
...
@embed_font.setter
def embed_font(self, value):
...