GlyphTypeface.CharacterToGlyphMap 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
글꼴 '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<TKey,TValue> 개체의 모든 문자 모양의 문자 모양 인덱스에 대한 유니코드 코드 포인트의 매핑이 들어 있는 GlyphTypeface 개체입니다.
- 특성