Method LoadFamilies

Namespace TallComponents.PDF.Fonts
Class Font

Load the font family collection.

You can use the stream saved by SaveFamilies to initialize the collection. This will reduce the load time.

You must Load the file, before you call the static Create().

If an exception is thrown, the previous state is restored.

Syntax

public  Void  LoadFamilies( Stream  stream )

Returns

Void

Parameters


Stream stream
Save to this stream.