Class FontStoringArgs
- Namespace
- Aspose.Imaging.FileFormats.Svg
- Assembly
- Aspose.Imaging.dll
The font storing arguments
public class FontStoringArgs
- Inheritance
-
FontStoringArgs
- Inherited Members
Constructors
FontStoringArgs()
public FontStoringArgs()
Properties
DestFontStream
Gets or sets the dest font stream.
public Stream DestFontStream { get; set; }
Property Value
- Stream
The dest font stream.
DisposeStream
Gets or sets a value indicating whether [dispose stream].
public bool DisposeStream { get; set; }
Property Value
- bool
true
if [dispose stream]; otherwise,false
.
FontFileUri
Gets or sets the font file URI.
public string FontFileUri { get; set; }
Property Value
- string
The font file URI.
FontStoreType
Gets or sets a value indicating whether [use embedded font].
public FontStoreType FontStoreType { get; set; }
Property Value
- FontStoreType
true
if [use embedded font]; otherwise,false
.
SourceFontFileName
Gets the source font file.
public string SourceFontFileName { get; }
Property Value
- string
The source font file.
SourceFontStream
Gets the source font stream.
public Stream SourceFontStream { get; }
Property Value
- Stream
The source font stream.