Class FontStoringArgs

FontStoringArgs class

Parameters for font storage in SVG

public class FontStoringArgs

Constructors

NameDescription
FontStoringArgs()The default constructor.

Properties

NameDescription
DestFontStream { get; set; }Gets or sets the destination stream where font data will be written to if FontStoreType is set to Stream.
DisposeStream { get; set; }Gets or sets a value indicating whether destionation stream should be disposed.
FontFileUri { get; set; }Gets or sets the font file URI.
FontStoreType { get; set; }Gets or sets a value indicating how to store font.
SourceFontFileName { get; }Gets the source font file name.
SourceFontStream { get; }Gets the source font stream, where font data will be read from.

See Also