Class FontStoringArgs

Class FontStoringArgs

名称: Aspose.Imaging.FileFormats.Svg 收藏: Aspose.Imaging.dll (25.4.0)

字体存储论点

public class FontStoringArgs

Inheritance

object FontStoringArgs

继承人

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

FontStoringArgs()

public FontStoringArgs()

Properties

DestFontStream

接收或设置点字体流。

public Stream DestFontStream { get; set; }

财产价值

Stream

DisposeStream

要么,要么,要么,要么,要么,要么,要么。

public bool DisposeStream { get; set; }

财产价值

bool

FontFileUri

接收或设置字体文件 URI。

public string FontFileUri { get; set; }

财产价值

string

FontStoreType

接收或设置一个值,表明是否(使用嵌入式字体)。

public FontStoreType FontStoreType { get; set; }

财产价值

FontStoreType

SourceFontFileName

获取源字体文件。

public string SourceFontFileName { get; }

财产价值

string

SourceFontStream

接收源字体流。

public Stream SourceFontStream { get; }

财产价值

Stream

 中文