FontStoringArgs class
FontStoringArgs class
Parameters for font storage in SVG
The FontStoringArgs type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Constructs a new instance of FontStoringArgs |
Properties
Property | Description |
---|---|
source_font_file_name | Gets the source font file name. |
source_font_stream | Gets the source font stream, where font data will be read from. |
dest_font_stream | Gets or sets the destination stream where font data will be written to if FontStoreType is set to Stream. |
font_file_uri | Gets or sets the font file URI. |
dispose_stream | Gets or sets a value indicating whether destionation stream should be disposed. |
font_store_type | Gets or sets a value indicating how to store font. |