open_font_data_stream method

open_font_data_stream()

This method should open the stream with font data on demand.

def open_font_data_stream(self):
    ...

Remarks

The stream will be closed after reading. There is no need to close it explicitly.

Returns

Font data stream.

See Also