GlyphTypeface.Symbol 속성

정의

GlyphTypeface 글꼴이 유니코드 인코딩을 따르는지 여부를 나타내는 값을 가져옵니다.

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

글꼴이 유니코드 인코딩을 따르면 true이고, 그렇지 않으면 false입니다.

특성

설명

글꼴은 코드 포인트에 의해 인덱싱된 기호의 간단한 컬렉션으로 간주될 수 있습니다.

적용 대상