GlyphTypeface.Symbol 属性

定义

获取一个值,该值指示 GlyphTypeface 字体是否符合 Unicode 编码规范。

public:
 property bool Symbol { bool get(); };
public bool Symbol { get; }
public bool Symbol { [System.Security.SecurityCritical] [System.Security.SecurityTreatAsSafe] get; }
member this.Symbol : bool
[<get: System.Security.SecurityCritical>]
[<get: System.Security.SecurityTreatAsSafe>]
member this.Symbol : bool
Public ReadOnly Property Symbol As Boolean

属性值

Boolean

如果字体符合 Unicode 编码规范,则为 true;否则为 false

属性

注解

字体可以被视为由代码点编制索引的符号的简单集合。

适用于