FontStoringArgs class

FontStoringArgs class

Parameters for font storage in SVG

The FontStoringArgs type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of FontStoringArgs

Properties

PropertyDescription
source_font_file_nameGets the source font file name.
source_font_streamGets the source font stream, where font data will be read from.
dest_font_streamGets or sets the destination stream where font data will be written to if FontStoreType is set to Stream.
font_file_uriGets or sets the font file URI.
dispose_streamGets or sets a value indicating whether destionation stream should be disposed.
font_store_typeGets or sets a value indicating how to store font.

See Also