FontStoringArgs Properties

The FontStoringArgs type exposes the following members.

Properties
  NameDescription
Public propertyDestFontStream
Gets or sets the destination stream where font data will be written to if FontStoreType is set to Stream.
Public propertyDisposeStream
Gets or sets a value indicating whether destionation stream should be disposed.
Public propertyFontFileUri
Gets or sets the font file URI.
Public propertyFontStoreType
Gets or sets a value indicating how to store font.
Public propertySourceFontFileName
Gets the source font file name.
Public propertySourceFontStream
Gets the source font stream, where font data will be read from.
See Also