FontStoringArgs

FontStoringArgs class

The font storing arguments

public class FontStoringArgs

Constructors

NameDescription
FontStoringArgs()The default constructor.

Properties

NameDescription
DestFontStream { get; set; }Gets or sets the dest font stream.
DisposeStream { get; set; }Gets or sets a value indicating whether [dispose stream].
FontFileUri { get; set; }Gets or sets the font file URI.
FontStoreType { get; set; }Gets or sets a value indicating whether [use embedded font].
SourceFontFileName { get; }Gets the source font file.
SourceFontStream { get; }Gets the source font stream.

See Also