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

プロパティ値

フォントが Unicode エンコーディングに準拠している場合は true。それ以外の場合は false

属性

注釈

フォントは、コード ポイントによってインデックス付けされたシンボルの単純なコレクションと見なされる場合があります。

適用対象