LayoutFarm/Typography

Avoid closing stream by OpenFontReader.ReadPreview

acaly opened this issue · 1 comments

acaly commented

When using OpenFontReader to read a font collection, it would be really helpful to keep the stream open such that ReadPreview and Read can be called on the same stream instance. If the stream is seekable, this simplifies the logic a lot, because otherwise we either need to manually make a copy (probably to MemoryStream) or open the file again.

Thank you , I will check it again