Class FontStoringArgs
Class FontStoringArgs
Tên không gian: Aspose.Imaging.FileFormats.Svg Tổng hợp: Aspose.Imaging.dll (25.4.0)
font lưu trữ arguments
public class FontStoringArgs
Inheritance
Thành viên thừa kế
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
Nhận hoặc đặt dòng chữ dest.
public Stream DestFontStream { get; set; }
Giá trị bất động sản
DisposeStream
Nhận hoặc đặt một giá trị cho biết [có dòng].
public bool DisposeStream { get; set; }
Giá trị bất động sản
FontFileUri
Nhận hoặc đặt tệp font URI.
public string FontFileUri { get; set; }
Giá trị bất động sản
FontStoreType
Nhận hoặc đặt một giá trị cho biết [sử dụng font nhúng].
public FontStoreType FontStoreType { get; set; }
Giá trị bất động sản
SourceFontFileName
Nhận file font nguồn.
public string SourceFontFileName { get; }
Giá trị bất động sản
SourceFontStream
Nhận nguồn font stream.
public Stream SourceFontStream { get; }