Class FontStoringArgs
Class FontStoringArgs
名称: Aspose.Imaging.FileFormats.Svg 收藏: Aspose.Imaging.dll (25.4.0)
字体存储论点
public class FontStoringArgs
Inheritance
继承人
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; }
财产价值
DisposeStream
要么,要么,要么,要么,要么,要么,要么。
public bool DisposeStream { get; set; }
财产价值
FontFileUri
接收或设置字体文件 URI。
public string FontFileUri { get; set; }
财产价值
FontStoreType
接收或设置一个值,表明是否(使用嵌入式字体)。
public FontStoreType FontStoreType { get; set; }
财产价值
SourceFontFileName
获取源字体文件。
public string SourceFontFileName { get; }
财产价值
SourceFontStream
接收源字体流。
public Stream SourceFontStream { get; }