GlyphTypeface.CharacterToGlyphMap 속성

정의

글꼴 'CMAP' 테이블에서 정의한 문자 모양 인덱스에 대한 유니코드 코드 포인트의 명목상 매핑을 가져옵니다.

public:
 property System::Collections::Generic::IDictionary<int, System::UInt16> ^ CharacterToGlyphMap { System::Collections::Generic::IDictionary<int, System::UInt16> ^ get(); };
public System.Collections.Generic.IDictionary<int,ushort> CharacterToGlyphMap { [System.Security.SecurityCritical] get; }
public System.Collections.Generic.IDictionary<int,ushort> CharacterToGlyphMap { get; }
[<get: System.Security.SecurityCritical>]
member this.CharacterToGlyphMap : System.Collections.Generic.IDictionary<int, uint16>
member this.CharacterToGlyphMap : System.Collections.Generic.IDictionary<int, uint16>
Public ReadOnly Property CharacterToGlyphMap As IDictionary(Of Integer, UShort)

속성 값

IDictionary<Int32,UInt16>

IDictionary<TKey,TValue> 개체의 모든 문자 모양의 문자 모양 인덱스에 대한 유니코드 코드 포인트의 매핑이 들어 있는 GlyphTypeface 개체입니다.

특성

적용 대상