Class EmfLogFontEx

Class EmfLogFontEx

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

LogFontEx 对象指定一个逻辑字体的扩展属性。

public class EmfLogFontEx : EmfLogFont

Inheritance

object MetaObject EmfObject EmfLogFont EmfLogFontEx

Derived

EmfLogFontExDv

继承人

EmfLogFont.Height , EmfLogFont.Width , EmfLogFont.Escapement , EmfLogFont.Orientation , EmfLogFont.Weight , EmfLogFont.Italic , EmfLogFont.Underline , EmfLogFont.Strikeout , EmfLogFont.CharSet , EmfLogFont.OutPrecision , EmfLogFont.ClipPrecision , EmfLogFont.Quality , EmfLogFont.PitchAndFamily , EmfLogFont.Facename , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

EmfLogFontEx(EmfLogFont)

启动 Aspose.Imaging.FileFormats.Emf.Emf.Objects.EmfLogFontEx 类的新例子。

public EmfLogFontEx(EmfLogFont emfLogFont)

Parameters

emfLogFont EmfLogFont

EMF 登录字体。

Properties

FullName

收到或设置 64 个 Unicode 字符的序列,其中包含字体的完整名称。该行的长度小于64个字符,终止零必须存在,之后其余的这个领域必须被忽视。

public string FullName { get; set; }

财产价值

string

Script

接收或设置 32 个 Unicode 字符的序列,定义字体的字符集。如果这条线的长度小于32个字符,则必须存在终止零字符。在此之后,该领域的剩余必须被忽视。

public string Script { get; set; }

财产价值

string

Style

收到或设置 32 个 Unicode 字符的序列,定义字体的风格。这个行小于 32 个字符,终止的 0 必须存在,其次是其余的这个领域必须被忽视。

public string Style { get; set; }

财产价值

string

 中文