embed_font property

embed_font property

Indicates whether to embed font into the output Pcl file.

Remarks

The default value is true.

Definition:

@property
def embed_font(self):
    ...
@embed_font.setter
def embed_font(self, value):
    ...

See Also