dest_font_stream property

dest_font_stream property

Gets or sets the destination stream where font data will be written to if FontStoreType is set to Stream.

Definition:

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

See Also